Information about plays

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

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

{
    "id": 3546367,
    "uri": "https://api.kexp.org/v2/plays/3546367/?format=api",
    "airdate": "2025-08-29T16:00:48-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia600408.us.archive.org/5/items/mbid-b25ff2a8-d21c-491f-bc54-9bddcde1b486/mbid-b25ff2a8-d21c-491f-bc54-9bddcde1b486-17947338633_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/5/items/mbid-b25ff2a8-d21c-491f-bc54-9bddcde1b486/mbid-b25ff2a8-d21c-491f-bc54-9bddcde1b486-17947338633_thumb250.jpg",
    "song": "New Camera Toy",
    "track_id": "3d110c36-550c-468d-aa1c-6497d895b0b3",
    "recording_id": "9d564ca2-f4fc-490f-937b-46f63ea6a3a9",
    "artist": "Black Nite Crash",
    "artist_ids": [
        "3a10bf8b-68fa-4da4-be49-2bbde9492b47"
    ],
    "album": "Nevergreen",
    "release_id": "b25ff2a8-d21c-491f-bc54-9bddcde1b486",
    "release_group_id": "f3f3d68a-5af8-4223-b012-c7235b4f46b4",
    "labels": [
        "Neon Sigh"
    ],
    "label_ids": [
        "82b86ce1-7804-4d59-b06b-dd8e24d40031"
    ],
    "release_date": "2017-09-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band! They will be preforming on 25 Sep @ Swan Dive in Portland and 27 Sep @ Central Saloon in Seattle. \n\nhttps://www.lonelygodpdx.com/events/dreamgaze-pdx-2025-day-three-swan-dive\nhttps://centralsaloon.com/events/tremolo-fest-2025-night-1/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}