Information about plays

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

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

{
    "id": 3419071,
    "uri": "https://api.kexp.org/v2/plays/3419071/?format=api",
    "airdate": "2024-10-30T00:57:27-07:00",
    "show": 61712,
    "show_uri": "https://api.kexp.org/v2/shows/61712/?format=api",
    "image_uri": "https://coverartarchive.org/release/51341b43-0606-4d24-8f4c-7256368b04d3/10544471635-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51341b43-0606-4d24-8f4c-7256368b04d3/10544471635-250.jpg",
    "song": "The Witch",
    "track_id": null,
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "This is the Sonics",
    "release_id": null,
    "release_group_id": "8b63ca7e-2611-4945-8f06-d1a2c05926d0",
    "labels": [
        "Re»»Vox"
    ],
    "label_ids": [
        "ff0add50-d7cd-412b-a35a-eecaf0a075f7"
    ],
    "release_date": "2015-03-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "PNW legends the Sonics originally released this in 1964. Remastered and re-released here. This song finishes up our sets tonight. Stay tuned! https://thesonicsband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}