Information about plays

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

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

{
    "id": 3595524,
    "uri": "https://api.kexp.org/v2/plays/3595524/?format=api",
    "airdate": "2025-12-24T20:54:32-08:00",
    "show": 65467,
    "show_uri": "https://api.kexp.org/v2/shows/65467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Red Water (Christmas Mourning)",
    "track_id": null,
    "recording_id": "d0580795-6955-4f61-86de-e9f9ae5270f5",
    "artist": "Type O Negative",
    "artist_ids": [
        "a63df8c3-28e4-41db-bac2-c6c6e8ff8f28"
    ],
    "album": "October Rust",
    "release_id": null,
    "release_group_id": "2a1ccd2d-fc6c-30fb-bdb4-ebf87b67a676",
    "labels": [
        "Roadrunner Records"
    ],
    "label_ids": [
        "5899271b-a77a-4081-93a9-0bd05b9b4180"
    ],
    "release_date": "1996-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SANTA'S HERE! \nWelcoming him to NY with Brooklyn based band Type O Negative.\n\nhttps://typeonegative.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}