Information about plays

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

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

{
    "id": 3604722,
    "uri": "https://api.kexp.org/v2/plays/3604722/?format=api",
    "airdate": "2026-01-15T15:51:23-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Optimistic",
    "track_id": null,
    "recording_id": "5f82551f-0521-482e-939d-53fcc866f187",
    "artist": "Sounds of Blackness",
    "artist_ids": [
        "4f9d560b-f378-4bdb-9676-8b7aa7744821"
    ],
    "album": "Evolution Of Gospel",
    "release_id": null,
    "release_group_id": "88113a8f-bbb2-36af-92cb-c31b7b19db6a",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sounds of Blackness is a Grammy-winning, Minneapolis-based vocal and instrumental ensemble, founded in 1969 as the Macalester College Black Voices.\n--\n\"We perform and proclaim the music, culture and history of African ­Americans to audiences all over the world.\"  Go here to learn more about this award-winning ensemble: https://www.soundsofblackness.org/about",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}