Information about plays

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

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

{
    "id": 3574437,
    "uri": "https://api.kexp.org/v2/plays/3574437/?format=api",
    "airdate": "2025-11-05T20:14:00-08:00",
    "show": 65032,
    "show_uri": "https://api.kexp.org/v2/shows/65032/?format=api",
    "image_uri": "https://dn721609.ca.archive.org/0/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951/mbid-dfc9552d-eca1-4e96-a3d4-e8aaa0083951-26386546272_thumb250.jpg",
    "song": "Interloper",
    "track_id": "5d97af88-1bec-454f-8e10-07f3fd7db2e2",
    "recording_id": "edadcd6f-af3a-41d7-a502-f43b2de9e51c",
    "artist": "Holy Wave",
    "artist_ids": [
        "715b9af4-36c8-4ae7-bc7a-b1ff147fc110"
    ],
    "album": "Interloper",
    "release_id": "dfc9552d-eca1-4e96-a3d4-e8aaa0083951",
    "release_group_id": "2898d610-03af-4992-9f0c-e0852fa87a0b",
    "labels": [
        "The Reverberation Appreciation Society"
    ],
    "label_ids": [
        "90f6c84f-79aa-4517-b24f-d6a404eea648"
    ],
    "release_date": "2020-07-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this track from Holy Wave's latest album Interloper on their Bandcamp: https://holywave.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}