Information about plays

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

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

{
    "id": 3599881,
    "uri": "https://api.kexp.org/v2/plays/3599881/?format=api",
    "airdate": "2026-01-03T22:15:45-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Once the Bombs Landed",
    "track_id": null,
    "recording_id": "fec35472-5e79-4e5f-83d2-270941c5cbae",
    "artist": "Dishönor",
    "artist_ids": [
        "05839999-2fa0-4cb4-b9b7-84f18cc8711c"
    ],
    "album": "Chain Reaction, Mass Extinction",
    "release_id": null,
    "release_group_id": "7e9a9f3a-cf66-4af9-8182-b485f7b55396",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Swedish crust\n\nhttps://www.youtube.com/watch?v=D9UqXnW1TaU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}