Information about plays

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

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

{
    "id": 3611318,
    "uri": "https://api.kexp.org/v2/plays/3611318/?format=api",
    "airdate": "2026-01-31T06:27:01-08:00",
    "show": 65800,
    "show_uri": "https://api.kexp.org/v2/shows/65800/?format=api",
    "image_uri": "https://ia601901.us.archive.org/18/items/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a-2876554780_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/18/items/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a/mbid-d786221f-cdd0-3e14-8d56-5e36bf68c25a-2876554780_thumb250.jpg",
    "song": "Hold On",
    "track_id": "ff250f79-6ddb-3d5e-9a63-cd1cd8eb536a",
    "recording_id": "4d2e77f7-a404-4dfa-bafc-74cdf97510e6",
    "artist": "John Lennon",
    "artist_ids": [
        "4d5447d7-c61c-4120-ba1b-d7f471d385b9"
    ],
    "album": "John Lennon/Plastic Ono Band",
    "release_id": "d786221f-cdd0-3e14-8d56-5e36bf68c25a",
    "release_group_id": "8be83468-4917-390d-82b6-d890f058cd22",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2000-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}