Information about plays

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

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

{
    "id": 3549254,
    "uri": "https://api.kexp.org/v2/plays/3549254/?format=api",
    "airdate": "2025-09-05T14:37:01-07:00",
    "show": 64481,
    "show_uri": "https://api.kexp.org/v2/shows/64481/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-24ee8ede-d873-465c-ad1f-9efd09588d65/mbid-24ee8ede-d873-465c-ad1f-9efd09588d65-18730023901_thumb500.jpg",
    "thumbnail_uri": "https://ia800301.us.archive.org/27/items/mbid-24ee8ede-d873-465c-ad1f-9efd09588d65/mbid-24ee8ede-d873-465c-ad1f-9efd09588d65-18730023901_thumb250.jpg",
    "song": "Beating My Head Against a Wall",
    "track_id": "e72a3965-a06f-4d08-b438-241e26920749",
    "recording_id": "bce03ce0-7722-4067-aea4-53bf7fbfbcc7",
    "artist": "Jeff Rosenstock",
    "artist_ids": [
        "14892f45-a103-44f2-bb18-ee4a20d7876e"
    ],
    "album": "POST-",
    "release_id": "24ee8ede-d873-465c-ad1f-9efd09588d65",
    "release_group_id": "d09fc277-a05d-47d9-977a-f4c26a6a47e7",
    "labels": [
        "Quote Unquote Records"
    ],
    "label_ids": [
        "d455e63b-301f-4f7f-b13e-ba53b0f2868d"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Clare",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}