Information about plays

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

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

{
    "id": 3638003,
    "uri": "https://api.kexp.org/v2/plays/3638003/?format=api",
    "airdate": "2026-04-05T01:29:05-07:00",
    "show": 66370,
    "show_uri": "https://api.kexp.org/v2/shows/66370/?format=api",
    "image_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-250.jpg",
    "song": "Death’s Door",
    "track_id": null,
    "recording_id": "48b943e9-a312-4ccf-8e84-73e3be7de891",
    "artist": "Uncle Acid & The Deadbeats",
    "artist_ids": [
        "e5edd3b8-2a81-42c4-93a4-c19a10713295"
    ],
    "album": "Blood Lust",
    "release_id": null,
    "release_group_id": "688f9429-f883-42ba-86f7-9cd1df4e4de5",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2011-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 2009 in Cambridge, UK.\n\nhttps://www.uncleacidband.com/\nhttps://www.facebook.com/uncleacid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}