Information about plays

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

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

{
    "id": 3617718,
    "uri": "https://api.kexp.org/v2/plays/3617718/?format=api",
    "airdate": "2026-02-15T05:07:08-08:00",
    "show": 65938,
    "show_uri": "https://api.kexp.org/v2/shows/65938/?format=api",
    "image_uri": "https://coverartarchive.org/release/9cc950bb-b42e-4165-8112-deb0574a9d13/41743757188-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9cc950bb-b42e-4165-8112-deb0574a9d13/41743757188-250.jpg",
    "song": "The Monorail Song",
    "track_id": null,
    "recording_id": "4fbd4ec0-c970-48b7-96f2-15a1576b5de5",
    "artist": "The Simpsons",
    "artist_ids": [
        "eca1f8ea-52af-4e33-959a-12a59e12adab"
    ],
    "album": "Songs in the Key of Springfield & Go Simpsonic With the Simpsons",
    "release_id": null,
    "release_group_id": "61620565-5e5b-42b1-a73f-c6330f912b2c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday, Matt Groening!\nMONORAIL\nMONORAIL\nMONORAIL\nMONORAIL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}