Information about plays

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

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

{
    "id": 3605672,
    "uri": "https://api.kexp.org/v2/plays/3605672/?format=api",
    "airdate": "2026-01-17T20:07:14-08:00",
    "show": 65678,
    "show_uri": "https://api.kexp.org/v2/shows/65678/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trans Am Sunday",
    "track_id": "07b2919d-c4b8-4d63-b315-fc65adb248fe",
    "recording_id": "6e7a903d-359e-496f-bbf6-8e3d08bce088",
    "artist": "Hobosexual",
    "artist_ids": [
        "b5adb729-a140-4994-baae-6f320eb88454"
    ],
    "album": "Monolith",
    "release_id": "6167ea77-0688-4fd8-b6de-5c054a825f56",
    "release_group_id": "4a21442a-a1f2-4314-82d9-305286a7cb2b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-11-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Hobosexual perform \"Trans Am Sunday\" live in the KEXP studio back in 2017:\n\nhttps://www.youtube.com/watch?v=1r1YwXDIPzU",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}