Information about plays

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

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

{
    "id": 3605668,
    "uri": "https://api.kexp.org/v2/plays/3605668/?format=api",
    "airdate": "2026-01-17T20:01:12-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Old, New Bicycle",
    "track_id": null,
    "recording_id": "05c1cb1c-4010-4390-ae6b-65387b6059d2",
    "artist": "Helvetia",
    "artist_ids": [
        "d7f0e7b7-3a87-469b-8517-26b014875053"
    ],
    "album": "The Acrobats",
    "release_id": null,
    "release_group_id": "ae25a0f2-6b33-30f5-b189-478a971634a5",
    "labels": [
        "The Static Cult Label"
    ],
    "label_ids": [
        "3c8a38a3-fea7-4fff-909e-7531e8cc62f0"
    ],
    "release_date": "2007-12-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The lo-fi project of ex-Duster drummer Jason Albertini! This is off his second record, released back in 2007 - Helvetia would release many, many more records over the years.\n\nhttps://helvetiamusic.bandcamp.com/album/the-acrobats-4",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}