Information about plays

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

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

{
    "id": 3633290,
    "uri": "https://api.kexp.org/v2/plays/3633290/?format=api",
    "airdate": "2026-03-24T23:39:57-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Long, Marianne",
    "track_id": null,
    "recording_id": "26d4ac28-798e-4afd-9770-d56c694d3209",
    "artist": "Naima Bock",
    "artist_ids": [
        "e9613311-8017-40d0-a4f9-d27e3a90c2bc"
    ],
    "album": "So Long, Marianne",
    "release_id": null,
    "release_group_id": "2bc182ac-5cb3-4396-953a-9d14ed02bd25",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More Naima, I wonder where I'm going to go from here",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}