Information about plays

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

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

{
    "id": 3414824,
    "uri": "https://api.kexp.org/v2/plays/3414824/?format=api",
    "airdate": "2024-10-19T21:20:49-07:00",
    "show": 61622,
    "show_uri": "https://api.kexp.org/v2/shows/61622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Future is a War",
    "track_id": null,
    "recording_id": "9626c2a0-ea40-4228-a6a8-931ccefb407e",
    "artist": "Auntie Christ",
    "artist_ids": [
        "294a9c53-da34-4b48-913b-b31aba8b7803"
    ],
    "album": "Life Could Be a Dream",
    "release_id": null,
    "release_group_id": "a55303b8-7a29-3ad8-aee7-4a0d9978574c",
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1997-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Short lived 90s punk side project featuring Exene Cervenka and D.J. Bonebrake of the band X and Matt Freeman of the band Rancid.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}