Information about plays

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

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

{
    "id": 3573808,
    "uri": "https://api.kexp.org/v2/plays/3573808/?format=api",
    "airdate": "2025-11-04T06:47:01-08:00",
    "show": 65019,
    "show_uri": "https://api.kexp.org/v2/shows/65019/?format=api",
    "image_uri": "https://ia802900.us.archive.org/14/items/mbid-23110964-78bd-3b19-80e4-e99ef96f79cb/mbid-23110964-78bd-3b19-80e4-e99ef96f79cb-20585803144_thumb500.jpg",
    "thumbnail_uri": "https://ia802900.us.archive.org/14/items/mbid-23110964-78bd-3b19-80e4-e99ef96f79cb/mbid-23110964-78bd-3b19-80e4-e99ef96f79cb-20585803144_thumb250.jpg",
    "song": "Here Comes Your Man",
    "track_id": "859bc600-d293-328d-acab-d5078a996092",
    "recording_id": "cbec6fa8-a950-471d-b92e-f0c39255f488",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Doolittle",
    "release_id": "23110964-78bd-3b19-80e4-e99ef96f79cb",
    "release_group_id": "1aa41b19-5a72-341b-bd91-4cf61d1dab6b",
    "labels": [
        "4AD",
        "Elektra"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1989-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Frank Blank originally wrote \"Here Comes Your Man\" when he was 14 or 15. https://faroutmagazine.co.uk/the-classic-pixies-song-that-frank-black-wrote-as-a-teenager/\n\nhttps://www.pixiesmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}