Information about plays

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

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

{
    "id": 3652719,
    "uri": "https://api.kexp.org/v2/plays/3652719/?format=api",
    "airdate": "2026-05-09T20:16:37-07:00",
    "show": 66674,
    "show_uri": "https://api.kexp.org/v2/shows/66674/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poison Boys",
    "track_id": null,
    "recording_id": "c9da622b-d708-4894-8792-8aacf278cb59",
    "artist": "The Riffs",
    "artist_ids": [
        "41ba9310-5e2c-4176-9d9c-056265c90d0b"
    ],
    "album": "Poison Boys",
    "release_id": null,
    "release_group_id": "d35e97b1-b737-3fde-ba85-33515f0cb1db",
    "labels": [
        "TKO Records"
    ],
    "label_ids": [
        "985cda35-1d54-4c22-80e7-d346d6c115d5"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://theriffs.bandcamp.com/album/death-or-glory-tko-remaster",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}