Information about plays

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

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

{
    "id": 3569910,
    "uri": "https://api.kexp.org/v2/plays/3569910/?format=api",
    "airdate": "2025-10-25T19:50:33-07:00",
    "show": 64933,
    "show_uri": "https://api.kexp.org/v2/shows/64933/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-f4790d3f-8449-4202-9d4d-26646bcb4f51/mbid-f4790d3f-8449-4202-9d4d-26646bcb4f51-32172624256_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-f4790d3f-8449-4202-9d4d-26646bcb4f51/mbid-f4790d3f-8449-4202-9d4d-26646bcb4f51-32172624256_thumb250.jpg",
    "song": "Calculation Theme",
    "track_id": "c4d23725-fbee-4a8a-b40a-8f16d1d67046",
    "recording_id": "755e6208-35a8-4e29-9f6b-7fabe7bf7425",
    "artist": "Black Belt Eagle Scout",
    "artist_ids": [
        "76a91880-2242-4c2a-8982-d56fb1ee686d"
    ],
    "album": "Covers of Covers",
    "release_id": "f4790d3f-8449-4202-9d4d-26646bcb4f51",
    "release_group_id": "799fea86-e699-4d68-aa9f-82a75ff52519",
    "labels": [
        "American Laundromat Records"
    ],
    "label_ids": [
        "9b41dbe6-559d-4abc-994c-ce5b7bf82fcb"
    ],
    "release_date": "2022-03-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's Black Belt Eagle Scout covering Metric's \"Calculation Theme\"!\n\nThis was released as part of a compilation of covers celebrating the 20th anniversary of Under the Radar Magazine:\n\nhttps://americanlaundromatrecords.bandcamp.com/album/covers-of-covers",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}