Information about plays

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

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

{
    "id": 3636434,
    "uri": "https://api.kexp.org/v2/plays/3636434/?format=api",
    "airdate": "2026-04-01T12:23:12-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://ia800205.us.archive.org/13/items/mbid-42c7782c-73b8-4518-8af8-c458f527459f/mbid-42c7782c-73b8-4518-8af8-c458f527459f-32801273344_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/13/items/mbid-42c7782c-73b8-4518-8af8-c458f527459f/mbid-42c7782c-73b8-4518-8af8-c458f527459f-32801273344_thumb250.jpg",
    "song": "Real Love Baby",
    "track_id": "0f6800db-67c4-45c2-9d5e-1eaa2281e9d9",
    "recording_id": "5f6c748e-71cd-4389-af06-8439f4cfcecd",
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Real Love Baby",
    "release_id": "42c7782c-73b8-4518-8af8-c458f527459f",
    "release_group_id": "684735d3-0b5d-44bc-9456-aafebad69a2e",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2016-06-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Father John Misty started his career in Seattle but is now LA-based.\n\nHe is also on tour!\n- Paramount Theatre this Friday, April 3rd, and Saturday, April 4th, in Seattle.\n\nhttps://www.fatherjohnmisty.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}