Information about plays

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

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

{
    "id": 3635596,
    "uri": "https://api.kexp.org/v2/plays/3635596/?format=api",
    "airdate": "2026-03-30T13:07:39-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b23a8f5-1af7-3747-8656-49dd7a9806d2/11930231634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b23a8f5-1af7-3747-8656-49dd7a9806d2/11930231634-250.jpg",
    "song": "You’re the Best Thing",
    "track_id": null,
    "recording_id": "f628a271-7822-4f28-98ba-c826195cb105",
    "artist": "The Style Council",
    "artist_ids": [
        "34e56f20-ddda-48c9-a4bb-6bb12df57de0"
    ],
    "album": "Café Bleu",
    "release_id": null,
    "release_group_id": "49081a6f-8f76-3159-aba2-8527126d9384",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1984-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut studio album from English Pop band The Style Council. 'Café Bleu' included a large number of extra musicians, known as \"Honorary Councillors\", including Tracey Thorn and Ben Watt from Everything but the Girl.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}