Information about plays

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

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

{
    "id": 3571120,
    "uri": "https://api.kexp.org/v2/plays/3571120/?format=api",
    "airdate": "2025-10-28T19:03:43-07:00",
    "show": 64960,
    "show_uri": "https://api.kexp.org/v2/shows/64960/?format=api",
    "image_uri": "https://coverartarchive.org/release/62de7def-ebab-4f34-8c54-a42309f0b15e/37928947050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/62de7def-ebab-4f34-8c54-a42309f0b15e/37928947050-250.jpg",
    "song": "Fire",
    "track_id": null,
    "recording_id": "5e7f6b0c-9746-4e40-a924-17ed43316b4c",
    "artist": "Ibibio Sound Machine",
    "artist_ids": [
        "0ece139d-19a4-44c6-85e6-0406e8055a21"
    ],
    "album": "Pull the Rope",
    "release_id": null,
    "release_group_id": "d1b914ac-df17-4192-b4e0-6cbb412f22f9",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Fire” warns its listeners to keep themselves ready for anything (“When there’s nowhere to turn / Then you gotta learn / You gotta run / At the sound of the gun”). Staccato horns and fluttering electronic beats heighten the urgency in Eno Williams’s already attention grabbing voice. This entire album is an ode to hope and working cooperatively to be safe and seek peace through the act of moving in sync and sharing a musical experience with those around you.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}