Information about plays

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

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

{
    "id": 3574609,
    "uri": "https://api.kexp.org/v2/plays/3574609/?format=api",
    "airdate": "2025-11-06T06:02:27-08:00",
    "show": 65035,
    "show_uri": "https://api.kexp.org/v2/shows/65035/?format=api",
    "image_uri": "https://ia601601.us.archive.org/28/items/mbid-83fdb3e3-9195-4d25-aec6-652ff5a67345/mbid-83fdb3e3-9195-4d25-aec6-652ff5a67345-23440368204_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/28/items/mbid-83fdb3e3-9195-4d25-aec6-652ff5a67345/mbid-83fdb3e3-9195-4d25-aec6-652ff5a67345-23440368204_thumb250.jpg",
    "song": "Sweet Dreams (Are Made of This)",
    "track_id": "69044fd2-3502-3887-b5d1-3727a363340e",
    "recording_id": "bf8e28bb-b4ef-4b9a-bc64-8f58dd4ff5dd",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Sweet Dreams (Are Made of This)",
    "release_id": "83fdb3e3-9195-4d25-aec6-652ff5a67345",
    "release_group_id": "b969f851-b5cf-3a3f-9bfe-1280eb271406",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Annie Lennox's desire to challenge stereotypes in the music industry and be perceived as strong as a man influenced her approach to the song's themes and visuals.\n\nThe iconic video: https://www.youtube.com/watch?v=6KR52lEWLEM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}