Information about plays

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

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

{
    "id": 3417787,
    "uri": "https://api.kexp.org/v2/plays/3417787/?format=api",
    "airdate": "2024-10-27T03:14:01-07:00",
    "show": 61685,
    "show_uri": "https://api.kexp.org/v2/shows/61685/?format=api",
    "image_uri": "https://coverartarchive.org/release/d60b2747-ff16-46ce-a4bb-3f35daf76b05/23757221109-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d60b2747-ff16-46ce-a4bb-3f35daf76b05/23757221109-250.jpg",
    "song": "Betrayer",
    "track_id": null,
    "recording_id": "78f5dd08-1cee-4f9d-8e11-ca7d06db4c14",
    "artist": "Kreator",
    "artist_ids": [
        "39822e8d-f24e-4f07-b51b-28b22e59fbdb"
    ],
    "album": "Extreme Aggression",
    "release_id": null,
    "release_group_id": "6b51dbf6-ef23-394e-85e2-5d3beabd23c0",
    "labels": [
        "Futurist"
    ],
    "label_ids": [
        "cd6b174c-2a1d-4afb-9193-876a580d5e21"
    ],
    "release_date": "1989-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original cover art for Extreme Aggression depicted a monster painting a picture of a cannibal eating a person's head. Record companies reportedly asked the band to change the artwork, which was replaced by an image of the band members in front of an orange background.\n\nhttps://www.facebook.com/KreatorOfficial\nhttps://www.kreator-terrorzone.de/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}