Information about plays

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

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

{
    "id": 3567617,
    "uri": "https://api.kexp.org/v2/plays/3567617/?format=api",
    "airdate": "2025-10-20T12:52:32-07:00",
    "show": 64886,
    "show_uri": "https://api.kexp.org/v2/shows/64886/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tree of Heaven",
    "track_id": "30626b1d-6fdc-43b7-95f7-5a90494fb567",
    "recording_id": "b815137f-585c-4b1e-9e2d-68cb00d5de67",
    "artist": "Friendship",
    "artist_ids": [
        "2f49218f-f167-4732-99b4-ae0cfb5cad7b"
    ],
    "album": "Caveman Wakes Up",
    "release_id": "0ab7d0e3-c25c-4ee8-b21d-e6bcc90320d0",
    "release_group_id": "cbaf2bea-2beb-48b3-9e7c-21264b42ab30",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2025-05-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Caveman Wakes Up\" is the fifth album (the second for Merge Records) from this Philly band:\nhttps://friendshipphl.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}