Information about plays

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

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

{
    "id": 3536926,
    "uri": "https://api.kexp.org/v2/plays/3536926/?format=api",
    "airdate": "2025-08-07T03:13:31-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bohemian Rhapsody",
    "track_id": null,
    "recording_id": "6f5428f0-6ea0-42ee-803b-c42d30877073",
    "artist": "The Braids",
    "artist_ids": [
        "24bc160f-a608-4413-8781-f239b4035150"
    ],
    "album": "Here We Come",
    "release_id": null,
    "release_group_id": "ea66f95a-b842-3ae9-86c9-7e9c0dbea64b",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "04a12848-9667-4173-93c6-011cb1c3eabd"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"So you think you can stop me and spit in my eye....\"\nDon't you love this Queen cover?  Here's the video: https://www.youtube.com/watch?v=d9DJkopkDOg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}