Information about plays

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

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

{
    "id": 3598629,
    "uri": "https://api.kexp.org/v2/plays/3598629/?format=api",
    "airdate": "2026-01-01T00:50:08-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "https://ia601908.us.archive.org/17/items/mbid-16f5a70a-f481-444a-a146-f8dc491cdee0/mbid-16f5a70a-f481-444a-a146-f8dc491cdee0-3825874855_thumb500.jpg",
    "thumbnail_uri": "https://ia601908.us.archive.org/17/items/mbid-16f5a70a-f481-444a-a146-f8dc491cdee0/mbid-16f5a70a-f481-444a-a146-f8dc491cdee0-3825874855_thumb250.jpg",
    "song": "Pick Up the Pieces",
    "track_id": "c9e486fd-edb4-327e-aeb7-51dc5b1a7c5a",
    "recording_id": "920151a9-ec50-4a09-8032-48c5fb11a9c5",
    "artist": "Average White Band",
    "artist_ids": [
        "fb776bca-6139-4ff5-8d5e-5decd029cb96"
    ],
    "album": "Swingers",
    "release_id": "16f5a70a-f481-444a-a146-f8dc491cdee0",
    "release_group_id": "80410e87-ebc4-33f0-b819-9ec4eda8d32e",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "1996-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1974 album \"AWB\".\n\nOn the single, songwriting credit was given to founding member and saxophonist Roger Ball and guitarist Hamish Stuart individually, and the entire band collectively. It is essentially an instrumental, apart from the song's title being shouted at several points in the song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}