Information about plays

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

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

{
    "id": 3637104,
    "uri": "https://api.kexp.org/v2/plays/3637104/?format=api",
    "airdate": "2026-04-03T02:25:26-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Belong to the City",
    "track_id": null,
    "recording_id": "217867d8-91e2-40bf-93de-9eab2f1e0da4",
    "artist": "Glenn Frey",
    "artist_ids": [
        "a717be4f-8b3d-4355-b33c-2b84f88fe40d"
    ],
    "album": "Music From Miami Vice",
    "release_id": null,
    "release_group_id": "3a04d630-5aac-312f-a7c6-8e4a30cafdc2",
    "labels": [
        "Special Music Company"
    ],
    "label_ids": [
        "46deeec8-6e08-4af7-9bbb-5f92893644a2"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}