Information about plays

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

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

{
    "id": 3413714,
    "uri": "https://api.kexp.org/v2/plays/3413714/?format=api",
    "airdate": "2024-10-17T03:34:18-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Five to One",
    "track_id": null,
    "recording_id": "b192de82-d849-4d57-b505-9ebddc66f5cf",
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "Waiting for the Sun",
    "release_id": null,
    "release_group_id": "fcd64234-7729-3697-b5db-e172b739ef40",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1968-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Part of the song (\"Your ballroom days are over, baby/ Night is drawing near/ Shadows of the evening/ crawl across the years\"), was seemingly lifted from the 19th-century hymnal and bedtime rhyme \"Now the Day Is Over\" (\"Now the day is over/ Night is drawing nigh/ Shadows of the evening/ Steal across the sky\") by Doors frontman Jim Morrison",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}