Information about plays

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

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

{
    "id": 3546900,
    "uri": "https://api.kexp.org/v2/plays/3546900/?format=api",
    "airdate": "2025-08-30T21:36:47-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/949fb423-553c-4a7e-afef-516c7e18b292/40883513499-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/949fb423-553c-4a7e-afef-516c7e18b292/40883513499-250.jpg",
    "song": "Allegiance",
    "track_id": null,
    "recording_id": "4ff53ce1-726d-4a1d-8d07-5a6e42d62b51",
    "artist": "Smoking Popes feat. Scott Lucas",
    "artist_ids": [
        "ecb5dec2-d9dd-428a-884d-74c9dd7c113a",
        "e2fbe48b-de8d-46b8-b0dd-a5c4fc808479"
    ],
    "album": "Allegiance",
    "release_id": null,
    "release_group_id": "2ae58dab-8c35-4730-8b52-c06ab2e4280c",
    "labels": [
        "Anxious and Angry"
    ],
    "label_ids": [
        "aae8cb01-58fc-4551-b1a3-5fe34c061739"
    ],
    "release_date": "2025-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Chicago, IL in 1992.  One of the members has a pinball podcast and Facebook group.\n\nhttps://www.smokingpopesmusic.com/\nhttps://www.facebook.com/smokingpopes/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}