Information about plays

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

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

{
    "id": 3560917,
    "uri": "https://api.kexp.org/v2/plays/3560917/?format=api",
    "airdate": "2025-10-03T16:34:51-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a388bca-cb95-4a04-9e4d-7e4f874a1cf1/37626420520-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a388bca-cb95-4a04-9e4d-7e4f874a1cf1/37626420520-250.jpg",
    "song": "Everybody's Free (To Feel Good)",
    "track_id": null,
    "recording_id": null,
    "artist": "Rozalla",
    "artist_ids": [
        "a41e9be6-6caf-464d-b3a8-48fdebc179f7"
    ],
    "album": "Everybody’s Free",
    "release_id": null,
    "release_group_id": "d84181a6-ac43-33ac-85f9-d16e6de9e6f7",
    "labels": [
        "Pulse-8 Records"
    ],
    "label_ids": [
        "a0d0c9d4-3282-4559-8559-204f53d8c14d"
    ],
    "release_date": "1991-08-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Zambia, relocated to Zimbabwe at the age of 18 - her demo cassette landed with the Band of Gypsies (Nigel Swanston & Tim Cox), who invited Rozalla to London to produce some of the biggest dance anthems of the 90s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}