Information about plays

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

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

{
    "id": 3568502,
    "uri": "https://api.kexp.org/v2/plays/3568502/?format=api",
    "airdate": "2025-10-22T12:37:32-07:00",
    "show": 64903,
    "show_uri": "https://api.kexp.org/v2/shows/64903/?format=api",
    "image_uri": "https://ia801500.us.archive.org/2/items/mbid-f78c59b5-f0fa-4153-a126-9e2d9da23a16/mbid-f78c59b5-f0fa-4153-a126-9e2d9da23a16-34792063041_thumb500.jpg",
    "thumbnail_uri": "https://dn721802.ca.archive.org/0/items/mbid-f78c59b5-f0fa-4153-a126-9e2d9da23a16/mbid-f78c59b5-f0fa-4153-a126-9e2d9da23a16-34792063041_thumb250.jpg",
    "song": "Geronimo",
    "track_id": "6f80622f-fa8c-4870-bb68-c2c374b4b940",
    "recording_id": "f686cde8-c742-4877-97fd-746493e0aa8c",
    "artist": "Young Fathers",
    "artist_ids": [
        "24aa5c20-a275-468a-93a9-b3d96b344b6c"
    ],
    "album": "Heavy Heavy",
    "release_id": "970e3155-1bdd-40ec-b6db-ee7ab6113402",
    "release_group_id": "2d47a09b-3fe4-45fb-b0c1-360da0929672",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2023-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Edinburgh-based group Young Fathers played Live on KEXP in September 2023 - hosted by Cheryl: https://www.youtube.com/watch?v=_yHfko6Kz6k&t=1s.\n\nhttps://youngfathersofficial.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}