Information about plays

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

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

{
    "id": 3587804,
    "uri": "https://api.kexp.org/v2/plays/3587804/?format=api",
    "airdate": "2025-12-06T22:26:32-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia601309.us.archive.org/6/items/mbid-a46f00f3-2853-4aa4-8bc8-e7b561282a02/mbid-a46f00f3-2853-4aa4-8bc8-e7b561282a02-12842670374_thumb250.jpg",
    "song": "Catalina Fight Song",
    "track_id": "94a15fdb-7257-4cc7-bb08-40d3d2989131",
    "recording_id": "eb06f7d1-4d6d-47f4-b481-38713bbf577b",
    "artist": "Joyce Manor",
    "artist_ids": [
        "945d3b69-27cd-45fa-b491-52553a63dead"
    ],
    "album": "Never Hungover Again",
    "release_id": "a6b275f9-8b57-4668-a9cc-d0fe76effcd1",
    "release_group_id": "015d5604-ff1d-4d94-91e2-cb253b065767",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2016-07-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Joyce Manor will be releasing a new album in January 2026 titled I Used to Go to This Bar followed by a US tour in the spring including shows at the Showbox on May 12 and The Fillmore in San Fran on May 15 with Militarie Gun and Teen Mortgage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}