Information about plays

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

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

{
    "id": 3577597,
    "uri": "https://api.kexp.org/v2/plays/3577597/?format=api",
    "airdate": "2025-11-13T09:34:47-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Heart, My Life",
    "track_id": "d7fd78d7-d878-375f-ae09-3b0531876616",
    "recording_id": "55ff5c97-a383-48f1-ab87-be2d89017356",
    "artist": "Nusrat Fateh Ali Khan & Michael Brook",
    "artist_ids": [
        "5968383c-11c1-4c5b-ada0-504a38cec8e7",
        "24189c1e-b69f-4420-be4d-7b12f74194c2"
    ],
    "album": "Night Song",
    "release_id": "2e6cfaa8-fffd-45d9-972f-fc1a828df59e",
    "release_group_id": "944642d4-a8a0-3bea-89ef-fe6120ee3362",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "1996-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Amy\n--\nNusrat Fateh Ali Khan is a Pakistani qawwali singer who teamed up with ambient producer Michael Brooks for this second album of their's together.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}