Information about plays

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

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

{
    "id": 3560452,
    "uri": "https://api.kexp.org/v2/plays/3560452/?format=api",
    "airdate": "2025-10-02T12:17:29-07:00",
    "show": 64725,
    "show_uri": "https://api.kexp.org/v2/shows/64725/?format=api",
    "image_uri": "https://dn710107.ca.archive.org/0/items/mbid-3d286062-f257-45d4-bb9e-bbd666494269/mbid-3d286062-f257-45d4-bb9e-bbd666494269-42564624762_thumb500.jpg",
    "thumbnail_uri": "https://dn710107.ca.archive.org/0/items/mbid-3d286062-f257-45d4-bb9e-bbd666494269/mbid-3d286062-f257-45d4-bb9e-bbd666494269-42564624762_thumb250.jpg",
    "song": "Misery",
    "track_id": "ee5df582-3532-4410-80fc-62d33e6af3f1",
    "recording_id": "2dc7cfdb-4801-4f1f-8cba-698209b44c35",
    "artist": "NewDad",
    "artist_ids": [
        "038bd27c-ebec-44e5-9880-1f5eb933db11"
    ],
    "album": "Altar",
    "release_id": "3d286062-f257-45d4-bb9e-bbd666494269",
    "release_group_id": "16ff1b26-18cf-424c-a434-24df929d5560",
    "labels": [
        "Fair Youth"
    ],
    "label_ids": [
        "09acb1e4-05f6-41ca-989e-fbe984e6ae50"
    ],
    "release_date": "2025-09-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NewDad is a 3-piece from Galway, Ireland who formed in 2018. Their second album, 'Altar' was released last month.\n\n https://www.newdad.live/\nhttps://newdadofficial.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}