Information about plays

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

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

{
    "id": 3589000,
    "uri": "https://api.kexp.org/v2/plays/3589000/?format=api",
    "airdate": "2025-12-09T17:11:36-08:00",
    "show": 65333,
    "show_uri": "https://api.kexp.org/v2/shows/65333/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Devil",
    "track_id": "c9e0903b-0bc4-36ec-9fce-0ddc5e442b0a",
    "recording_id": "27e24e73-5f54-4a40-8e2a-40dd6b94c095",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Pieces of the People We Love",
    "release_id": "b1c35236-f37f-390b-a7a5-6cbb3b6ba832",
    "release_group_id": "3520e8a0-c814-3621-97d5-6b32620343e1",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "2006-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rapture formed in New York City in 1998. They will be playing at Coachella on April 12th and 19th this spring. \nhttps://therapturemusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}