Information about plays

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

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

{
    "id": 3591543,
    "uri": "https://api.kexp.org/v2/plays/3591543/?format=api",
    "airdate": "2025-12-15T18:05:45-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give the Anarchist a Cigarette",
    "track_id": null,
    "recording_id": "0504decc-78f3-4f12-a837-49ad68bef227",
    "artist": "Chumbawamba",
    "artist_ids": [
        "7b7b1e6f-e73e-41a0-9d72-8f0b30c6992d"
    ],
    "album": "Anarchy",
    "release_id": null,
    "release_group_id": "41aee055-2b0e-3bf9-b2d1-03530a3ed2cd",
    "labels": [
        "One Little Indian Records"
    ],
    "label_ids": [
        "0253505b-b0f3-4619-8ce0-6a79fe6fbc32"
    ],
    "release_date": "1994-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chumbawamba were a English band who formed in 1982.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}