Information about plays

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

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

{
    "id": 3608066,
    "uri": "https://api.kexp.org/v2/plays/3608066/?format=api",
    "airdate": "2026-01-23T13:33:30-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-85a24114-2668-406b-b285-e4ba648b666b/mbid-85a24114-2668-406b-b285-e4ba648b666b-36926445047_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-85a24114-2668-406b-b285-e4ba648b666b/mbid-85a24114-2668-406b-b285-e4ba648b666b-36926445047_thumb250.jpg",
    "song": "Ice Slippin",
    "track_id": "663bd09b-ed95-4d8c-a1f2-36bfaeb11839",
    "recording_id": "bfdc53d6-50e6-45b8-8890-8cc33d259375",
    "artist": "Omar Apollo",
    "artist_ids": [
        "0b966a38-5ad9-43c1-b86b-c07079523165"
    ],
    "album": "Live for Me",
    "release_id": "85a24114-2668-406b-b285-e4ba648b666b",
    "release_group_id": "85a53368-ca1f-4231-b92f-cdf3d0e69a2f",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "2023-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=Lw4AMr_jdd4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}