Information about plays

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

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

{
    "id": 3414891,
    "uri": "https://api.kexp.org/v2/plays/3414891/?format=api",
    "airdate": "2024-10-20T00:20:29-07:00",
    "show": 61623,
    "show_uri": "https://api.kexp.org/v2/shows/61623/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Phantom Antichrist",
    "track_id": null,
    "recording_id": "2f7858bd-54c4-4bb7-98b3-20940f6be988",
    "artist": "Kreator",
    "artist_ids": [
        "39822e8d-f24e-4f07-b51b-28b22e59fbdb"
    ],
    "album": "Phantom Antichrist",
    "release_id": null,
    "release_group_id": "bd5be3ae-4a70-4bb6-8704-614170761457",
    "labels": [
        "Nuclear Blast"
    ],
    "label_ids": [
        "3bc70925-d654-4906-b7c0-5135d993495e"
    ],
    "release_date": "2012-05-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kreator will be at The Warfield in San Francisco on Sunday, October 27th with Testament and Possessed as part of their Klash of the Titans tour.\n\nhttps://www.kreator-terrorzone.de/\nhttps://www.facebook.com/KreatorOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}