Information about plays

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

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

{
    "id": 3561918,
    "uri": "https://api.kexp.org/v2/plays/3561918/?format=api",
    "airdate": "2025-10-06T05:39:25-07:00",
    "show": 64761,
    "show_uri": "https://api.kexp.org/v2/shows/64761/?format=api",
    "image_uri": "https://ia600107.us.archive.org/32/items/mbid-90c6a554-9e10-4ecc-a758-f5b166532ee4/mbid-90c6a554-9e10-4ecc-a758-f5b166532ee4-21730294720_thumb500.jpg",
    "thumbnail_uri": "https://ia800107.us.archive.org/32/items/mbid-90c6a554-9e10-4ecc-a758-f5b166532ee4/mbid-90c6a554-9e10-4ecc-a758-f5b166532ee4-21730294720_thumb250.jpg",
    "song": "The Rake’s Song",
    "track_id": "ee47340d-9098-377c-a55d-cf722803179e",
    "recording_id": "2540085b-0a6f-4950-b9e1-eeff120e8bf7",
    "artist": "The Decemberists",
    "artist_ids": [
        "97b1142f-c71e-4971-8736-4a8ceaf6b4c3"
    ],
    "album": "The Hazards of Love",
    "release_id": "90c6a554-9e10-4ecc-a758-f5b166532ee4",
    "release_group_id": "3e5d711e-bc4c-357d-b142-d3f2b016d86e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-03-24",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "#624\n\nFifth studio album from The Decemberists, released in 2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}