Information about plays

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

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

{
    "id": 3605860,
    "uri": "https://api.kexp.org/v2/plays/3605860/?format=api",
    "airdate": "2026-01-18T05:36:50-08:00",
    "show": 65681,
    "show_uri": "https://api.kexp.org/v2/shows/65681/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Margaretas sång",
    "track_id": "ff704480-b6b7-4f14-ae89-233b1fca795e",
    "recording_id": "163a820c-e2a2-4219-aa90-8b528f31754d",
    "artist": "Dina Ögon",
    "artist_ids": [
        "dd682352-d506-4d75-90cc-ff8daa0af05a"
    ],
    "album": "Människobarn",
    "release_id": "4b615731-1555-48ac-b44c-6647ce816e73",
    "release_group_id": "771fef24-b289-4e55-bb3f-1efb70d7bc62",
    "labels": [
        "Playground Music"
    ],
    "label_ids": [
        "c446ebe7-a528-406e-9d88-a44aeb8907da"
    ],
    "release_date": "2026-02-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}