Information about plays

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

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

{
    "id": 3539526,
    "uri": "https://api.kexp.org/v2/plays/3539526/?format=api",
    "airdate": "2025-08-13T08:37:59-07:00",
    "show": 64277,
    "show_uri": "https://api.kexp.org/v2/shows/64277/?format=api",
    "image_uri": "https://ia601704.us.archive.org/6/items/mbid-05471c3e-5d5e-4013-9576-0903d56d45f9/mbid-05471c3e-5d5e-4013-9576-0903d56d45f9-42751847148_thumb500.jpg",
    "thumbnail_uri": "https://ia601704.us.archive.org/6/items/mbid-05471c3e-5d5e-4013-9576-0903d56d45f9/mbid-05471c3e-5d5e-4013-9576-0903d56d45f9-42751847148_thumb250.jpg",
    "song": "WE WERE JUST HERE",
    "track_id": "c8b90313-1db2-4a56-b01e-249c382bac53",
    "recording_id": "6f299ff9-52e0-4af5-8685-ade5fa3a4484",
    "artist": "Just Mustard",
    "artist_ids": [
        "7bab7a05-8b0f-4778-b0b8-02dd6deb463a"
    ],
    "album": "WE WERE JUST HERE",
    "release_id": "05471c3e-5d5e-4013-9576-0903d56d45f9",
    "release_group_id": "413fe0a2-a43c-454d-a1fe-68e64930af28",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-08-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh this song has all the weird, cool darkness we desire while dancing. Thank you Irish five piece Just Mustard. \n\nhttps://justmustard.bandcamp.com/album/we-were-just-here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}