Information about plays

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

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

{
    "id": 3611090,
    "uri": "https://api.kexp.org/v2/plays/3611090/?format=api",
    "airdate": "2026-01-30T15:31:51-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fight the Power (live)",
    "track_id": null,
    "recording_id": "141f7ef9-4712-48d0-b9ab-4f1af49d4951",
    "artist": "The Isley Brothers",
    "artist_ids": [
        "4a76400d-283f-492e-9754-18ef41755f81"
    ],
    "album": "Live It Up / The Heat Is On / Harvest for the World",
    "release_id": null,
    "release_group_id": "ab331acf-a671-4346-83b3-bcc2af4d6493",
    "labels": [
        "Sony Music Custom Marketing Group"
    ],
    "label_ids": [
        "0092f175-5aad-437b-a7ee-040c850ba804"
    ],
    "release_date": "2009-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}