Information about plays

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

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

{
    "id": 3544834,
    "uri": "https://api.kexp.org/v2/plays/3544834/?format=api",
    "airdate": "2025-08-26T00:08:21-07:00",
    "show": 64389,
    "show_uri": "https://api.kexp.org/v2/shows/64389/?format=api",
    "image_uri": "https://coverartarchive.org/release/e8768ec3-aa9f-447f-aa00-3a686c2219aa/23274842370-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e8768ec3-aa9f-447f-aa00-3a686c2219aa/23274842370-250.jpg",
    "song": "Yuzu Maracuya",
    "track_id": null,
    "recording_id": null,
    "artist": "Saphileaum",
    "artist_ids": [
        "4f85ace1-5257-4db8-9a31-7c55b907ed90"
    ],
    "album": "Tamalungma",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Pinchy & Friends"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRB heading to the tropics - https://pinchyandfriends.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}