Information about plays

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

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

{
    "id": 3536933,
    "uri": "https://api.kexp.org/v2/plays/3536933/?format=api",
    "airdate": "2025-08-07T03:39:35-07:00",
    "show": 64220,
    "show_uri": "https://api.kexp.org/v2/shows/64220/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buckle",
    "track_id": null,
    "recording_id": "6e2401b4-93e1-471c-8fbb-b9a15ea2c22d",
    "artist": "DoNormaal",
    "artist_ids": [
        "bda332e2-59e7-4e20-bc2c-a57763b325f4"
    ],
    "album": "Third Daughter",
    "release_id": null,
    "release_group_id": "2188c6a6-ede7-4463-ae6f-6cd3d74a7c9f",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-07-11",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "DoNormaal performed \"Buckle\" live in the KEXP studio. Watch the full session here: https://youtu.be/vfyf7s8Uop4\n\nhttps://donormaal.bandcamp.com/album/third-daughter",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}