Information about plays

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

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

{
    "id": 3570577,
    "uri": "https://api.kexp.org/v2/plays/3570577/?format=api",
    "airdate": "2025-10-27T10:05:20-07:00",
    "show": 64949,
    "show_uri": "https://api.kexp.org/v2/shows/64949/?format=api",
    "image_uri": "https://ia803100.us.archive.org/6/items/mbid-2e108622-80cc-4d55-a203-a6369a9107b9/mbid-2e108622-80cc-4d55-a203-a6369a9107b9-6581060922_thumb500.jpg",
    "thumbnail_uri": "https://ia803100.us.archive.org/6/items/mbid-2e108622-80cc-4d55-a203-a6369a9107b9/mbid-2e108622-80cc-4d55-a203-a6369a9107b9-6581060922_thumb250.jpg",
    "song": "Montréal -40°C",
    "track_id": "14bc6145-f39e-3810-a8b3-766a2195dc3b",
    "recording_id": "75f9e044-a53c-4f6f-bcff-7d6ca4285859",
    "artist": "Malajube",
    "artist_ids": [
        "9af2e75f-5eed-4008-88dc-d9491625434f"
    ],
    "album": "Trompe-l'œil",
    "release_id": "2e108622-80cc-4d55-a203-a6369a9107b9",
    "release_group_id": "0f9e55c3-1028-308f-a00e-24d2b1f88818",
    "labels": [
        "Dare to Care Records"
    ],
    "label_ids": [
        "9caebc44-0a92-4d39-b2ba-15c82ad90a75"
    ],
    "release_date": "2006-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal, Québec band Malajube, pronounced Mal-a-zoob.\n\nOn their debut album 'Trompe-l'Oeil' they construct a sound out of scraps left over from other bands and come up with an appealingly strange hybrid.\n\nhttps://bit.ly/3vYETRw\n\nhttps://malajube.bandcamp.com/album/trompe-loeil",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}