Information about plays

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

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

{
    "id": 3598718,
    "uri": "https://api.kexp.org/v2/plays/3598718/?format=api",
    "airdate": "2026-01-01T06:32:34-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hope",
    "track_id": "ccb71654-6844-4853-af94-2eb44bd743a8",
    "recording_id": "7a75fd82-5276-43bc-bd8b-5549ff699963",
    "artist": "Arlo Parks",
    "artist_ids": [
        "6e8e3717-a62d-4a3f-886d-6a4e82507930"
    ],
    "album": "Collapsed In Sunbeams",
    "release_id": "cc541b25-189c-4c59-a00e-ce7d12aa2673",
    "release_group_id": "9700de59-1397-4375-ba4b-058e094e5f7a",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2021-01-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}