Information about plays

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

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

{
    "id": 3549780,
    "uri": "https://api.kexp.org/v2/plays/3549780/?format=api",
    "airdate": "2025-09-06T21:59:51-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bronze Age Collapse",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mistons",
    "artist_ids": [
        "310a7e08-354a-48d8-b66c-4d884321c63c"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nadine Records"
    ],
    "label_ids": [
        "7c300cb7-e4bf-4625-af5c-649ee6056dc7"
    ],
    "release_date": "2025-02-21",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The Mistons will be playing at Mississippi Studios in Portland on September 14th with The Wind-Ups and White Lightning Co.\n\nhttps://themistons.bandcamp.com/\nhttps://www.songkick.com/concerts/42767412-mistons-at-mississippi-studios",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}