Information about plays

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

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

{
    "id": 3629827,
    "uri": "https://api.kexp.org/v2/plays/3629827/?format=api",
    "airdate": "2026-03-16T17:59:45-07:00",
    "show": 66200,
    "show_uri": "https://api.kexp.org/v2/shows/66200/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spirit U Will",
    "track_id": null,
    "recording_id": null,
    "artist": "Brandee Younger",
    "artist_ids": [
        "61d68647-258e-43e2-942f-11321df5a96a"
    ],
    "album": "Somewhere Different",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2021-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brandee Younger is a performer, composer and educator. She leads her own ensemble and has worked with such musicians as Pharaoh Sanders, Lauryn Hill, John Legend, and Common.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}