Information about plays

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

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

{
    "id": 3605021,
    "uri": "https://api.kexp.org/v2/plays/3605021/?format=api",
    "airdate": "2026-01-16T08:36:04-08:00",
    "show": 65664,
    "show_uri": "https://api.kexp.org/v2/shows/65664/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Leave Me This Way",
    "track_id": null,
    "recording_id": "7fcd4a72-40c5-4edf-9d75-8f9ffd00898e",
    "artist": "Thelma Houston",
    "artist_ids": [
        "cb327970-cf95-4f2d-91db-b1b787aa51f9"
    ],
    "album": "Don’t Leave Me This Way",
    "release_id": null,
    "release_group_id": "9bd8424e-2d4c-42ce-9652-4046c1acb9d2",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song \"Don't Leave Me This Way\" was originally sung by Harold Melvin & the Blue Notes featuring Teddy Pendergrass in 1975",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}