Information about plays

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

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

{
    "id": 3543992,
    "uri": "https://api.kexp.org/v2/plays/3543992/?format=api",
    "airdate": "2025-08-23T23:46:00-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/ab6fed7c-f1b4-432d-9867-475c42f775c4/27350245625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ab6fed7c-f1b4-432d-9867-475c42f775c4/27350245625-250.jpg",
    "song": "Torches",
    "track_id": null,
    "recording_id": "369fe9d6-ab0b-4a35-b534-5059c562573b",
    "artist": "Dropdead",
    "artist_ids": [
        "db38d04d-d13f-49b5-995f-566541cc6b9a"
    ],
    "album": "Dropdead 2020",
    "release_id": null,
    "release_group_id": "be704f4f-686a-4124-8c34-607b8fa36067",
    "labels": [
        "Armageddon Label"
    ],
    "label_ids": [
        "3b7f6aad-6647-40ce-8055-c4b1ce4de4f0"
    ],
    "release_date": "2020-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dropdead formed in Providence, RI in January of 1991.\n\nhttps://dropdeadhc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}