Information about plays

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

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

{
    "id": 3529940,
    "uri": "https://api.kexp.org/v2/plays/3529940/?format=api",
    "airdate": "2025-07-21T13:50:59-07:00",
    "show": 64076,
    "show_uri": "https://api.kexp.org/v2/shows/64076/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucid Dreams",
    "track_id": "91b1a7a7-6239-4a70-8dde-935ac75e6b21",
    "recording_id": "2de71664-a801-4f3c-a989-544f0df4dd3a",
    "artist": "Stephanie",
    "artist_ids": [
        "bf19b107-5834-4f91-a142-71eeb253fdb2"
    ],
    "album": "One Glove",
    "release_id": "8576f2d1-2530-4856-8adc-a73962bb2e16",
    "release_group_id": "d0164121-9c84-45d5-af75-890ba9379f17",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Our beloved Sharlese was the host when Stephanie performed \"Lucid Dreams\" live in the KEXP studio in 2011: https://www.youtube.com/watch?v=JTagi3SUssk\n--\nErik Blood recorded and engineered Stephanie's debut album, \"One Glove.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}