Information about plays

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

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

{
    "id": 3550518,
    "uri": "https://api.kexp.org/v2/plays/3550518/?format=api",
    "airdate": "2025-09-08T16:57:17-07:00",
    "show": 64511,
    "show_uri": "https://api.kexp.org/v2/shows/64511/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paradise",
    "track_id": null,
    "recording_id": null,
    "artist": "Anna Tivel",
    "artist_ids": [
        "b3d440ac-3bb9-46bf-adc1-4b46d2eb0d4e"
    ],
    "album": "Animal Poem",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fluff & Gravy"
    ],
    "label_ids": [
        "f9d66f9d-0070-4a6f-bbec-c06eb75c88a7"
    ],
    "release_date": "2025-08-29",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seventh album from this Portland based artist.\n\nhttps://annativel.bandcamp.com/album/animal-poem",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}