Information about plays

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

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

{
    "id": 3606291,
    "uri": "https://api.kexp.org/v2/plays/3606291/?format=api",
    "airdate": "2026-01-19T07:23:20-08:00",
    "show": 65698,
    "show_uri": "https://api.kexp.org/v2/shows/65698/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Freedom Medley: Freedom Chant; Oh Freedom: This Little Light of Mine",
    "track_id": "794860e3-93dd-3ab5-b247-02b9c6aa087c",
    "recording_id": "81be9eb4-902a-49fa-a216-9ff4d2edcdac",
    "artist": "The Freedom Singers",
    "artist_ids": [
        "a57831cb-693d-4163-8b2e-0fe48dbc9bbf"
    ],
    "album": "Voices of the Civil Rights Movement",
    "release_id": "8dd087b1-9cdc-4e0d-b24d-8a7ea5f3f5ae",
    "release_group_id": "2c501f7a-e0ee-3275-b199-6ffbfd51a6fa",
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collected and recorded by the Smithsonian Institution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}