Information about plays

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

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

{
    "id": 3605774,
    "uri": "https://api.kexp.org/v2/plays/3605774/?format=api",
    "airdate": "2026-01-18T00:09:26-08:00",
    "show": 65680,
    "show_uri": "https://api.kexp.org/v2/shows/65680/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wretched Remains",
    "track_id": null,
    "recording_id": "93c9a4f3-791e-4c06-bf72-8a31423c03e6",
    "artist": "Street Tombs",
    "artist_ids": [
        "94bb4c07-98da-4172-88b6-c4e1d46a2310"
    ],
    "album": "Reclusive Decay",
    "release_id": null,
    "release_group_id": "68f234a8-60f7-4242-b43f-d5a09520cb19",
    "labels": [
        "Carbonized Records"
    ],
    "label_ids": [
        "8d5655e0-425f-46c3-b2d0-6eff96fcf4e3"
    ],
    "release_date": "2023-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last month, Street Tombs announced that they had finished recording a new album, so we will be keeping our eyes peeled for a release date!\n\nhttps://carbonizedrecords.bandcamp.com/album/reclusive-decay\nhttps://www.instagram.com/streettombs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}