Information about plays

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

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

{
    "id": 3547640,
    "uri": "https://api.kexp.org/v2/plays/3547640/?format=api",
    "airdate": "2025-09-01T16:38:45-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autumn Phase",
    "track_id": null,
    "recording_id": "579fd812-3ed6-4119-b9c1-51d51364299c",
    "artist": "Yppah feat. Ali Coyle",
    "artist_ids": [
        "5805761c-fa24-40e5-bb79-295a64195bf7",
        "3e271e78-31e8-4b77-8700-845ff9d2e313"
    ],
    "album": "Sunset in the Deep End",
    "release_id": null,
    "release_group_id": "284d0ea7-65d7-407f-8d1f-d4c0d15f387b",
    "labels": [
        "Future Archive Recordings"
    ],
    "label_ids": [
        "d155aff3-cd5d-4e6c-9bfb-efbd9eb09278"
    ],
    "release_date": "2020-02-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yppah's KEXP In-Studio performance from the year this was released: https://www.youtube.com/watch?v=lkuf5G8E1jY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}