Information about plays

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

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

{
    "id": 3554508,
    "uri": "https://api.kexp.org/v2/plays/3554508/?format=api",
    "airdate": "2025-09-18T07:14:08-07:00",
    "show": 64593,
    "show_uri": "https://api.kexp.org/v2/shows/64593/?format=api",
    "image_uri": "https://ia803104.us.archive.org/11/items/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b-24710295852_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/11/items/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b/mbid-b402178b-e511-4340-9002-3dc2cbe31b5b-24710295852_thumb250.jpg",
    "song": "Blue",
    "track_id": "9edd6dde-c05c-3372-81ad-808815173528",
    "recording_id": "a8a4645f-ffe9-4b54-be79-7652f09600ac",
    "artist": "The Jayhawks",
    "artist_ids": [
        "24ed5b09-02b1-47fe-bd83-6fa5270039b0"
    ],
    "album": "Tomorrow the Green Grass",
    "release_id": "b402178b-e511-4340-9002-3dc2cbe31b5b",
    "release_group_id": "1ea16c44-6bc9-314e-9c0b-ecb54d549d13",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2011-01-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 64th birthday to Mr. Mark Olson, singer-songwriter and guitarist The Jayhawks.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}