Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3598042/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3598042,
    "uri": "https://api.kexp.org/v2/plays/3598042/?format=api",
    "airdate": "2025-12-30T15:02:33-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stepping Razor",
    "track_id": "5cf41a0b-5621-36c2-9645-ea0357b6d342",
    "recording_id": "aa1aef8f-d9a9-4c8c-851a-82e9a611b99a",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Rockers",
    "release_id": "d869e228-539e-4fd7-b25c-af95db622704",
    "release_group_id": "8fcef4e9-6946-3ae6-92db-8bf563f8777a",
    "labels": [
        "Mango Records"
    ],
    "label_ids": [
        "0d16f1cf-619b-4f08-a6ce-8588a810d764"
    ],
    "release_date": "1990-10-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Peter Tosh, OM was a Jamaican reggae musician. Along with Bob Marley and Bunny Wailer, he was one of the core members of the band The Wailers, after which he established himself as a successful solo artist and a promoter of Rastafari.\n---\nhttps://petertoshgolden.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}