Information about plays

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

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

{
    "id": 3553420,
    "uri": "https://api.kexp.org/v2/plays/3553420/?format=api",
    "airdate": "2025-09-15T16:08:44-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8c9f566-820f-4e7d-bc9d-12640850b040/8767656632-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8c9f566-820f-4e7d-bc9d-12640850b040/8767656632-250.jpg",
    "song": "Roots Radicals",
    "track_id": null,
    "recording_id": "bd3b148b-c3c0-4d3c-8675-9bb84ad67e26",
    "artist": "Union 13",
    "artist_ids": [
        "4885cab8-799e-4be5-b773-bbb07c57e02c"
    ],
    "album": "Give ’Em the Boot",
    "release_id": null,
    "release_group_id": "f1cc53de-959c-343a-8b43-5cefddd797f0",
    "labels": [
        "Hellcat Records"
    ],
    "label_ids": [
        "5c5e0ca2-8819-4b3b-8b43-59943780c2b6"
    ],
    "release_date": "1997-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rancid cover from the Boyle Heights, East LA band. https://www.instagram.com/unionthirteen/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}