Information about plays

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

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

{
    "id": 3633664,
    "uri": "https://api.kexp.org/v2/plays/3633664/?format=api",
    "airdate": "2026-03-25T23:17:10-07:00",
    "show": 66280,
    "show_uri": "https://api.kexp.org/v2/shows/66280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grooving Out on Life",
    "track_id": null,
    "recording_id": "dcb5034f-9542-46b6-94ab-123cb11efa8d",
    "artist": "Hopeton Lewis",
    "artist_ids": [
        "014afff4-dc69-4542-afbf-4c0109142652"
    ],
    "album": "Grooving Out on Life",
    "release_id": null,
    "release_group_id": "9d5aed2b-67d4-3f32-8a2c-b4483d702710",
    "labels": [
        "Dynamic Sounds"
    ],
    "label_ids": [
        "73907922-4f53-4c0c-b5bd-ba187878ec4e"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring organ from Neville Hinds who also played on \"Mother and Child Reunion.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}