Information about plays

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

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

{
    "id": 3561142,
    "uri": "https://api.kexp.org/v2/plays/3561142/?format=api",
    "airdate": "2025-10-04T06:31:02-07:00",
    "show": 64740,
    "show_uri": "https://api.kexp.org/v2/shows/64740/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2bb6238-3179-4a39-aa80-6b55258de0a1/9031200709-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2bb6238-3179-4a39-aa80-6b55258de0a1/9031200709-250.jpg",
    "song": "Bridge to Hawaii",
    "track_id": null,
    "recording_id": "02189681-4fb1-49db-83f8-a2f7573320a2",
    "artist": "Tacocat",
    "artist_ids": [
        "b0635f14-7d93-4276-8943-6bc251aea033"
    ],
    "album": "NVM",
    "release_id": null,
    "release_group_id": "75b639bc-fb8a-4000-9438-6a6ee28a7f00",
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "It's so much fun to watch this palindromic band performing \"\" live in our studio live in out studio: https://www.youtube.com/watch?v=tKbVbAKz5Yg&lc=Ugh5E5ZkxrG7VXgCoAEC",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}