Information about plays

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

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

{
    "id": 3603815,
    "uri": "https://api.kexp.org/v2/plays/3603815/?format=api",
    "airdate": "2026-01-13T11:04:30-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Together",
    "track_id": null,
    "recording_id": null,
    "artist": "Gary Clark Jr., Junkie XL",
    "artist_ids": [],
    "album": "Justice League (Original Motion Picture Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warner Brothers"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wait!  That's not The Beatles! This Gary Clark Jr. cover was produced by Junkie XL (Tom Holkenborg) and released for the \nJustice League\" soundtrack in 2017. \n--\nWatch Gary Clark Jr. perform it live on The Howard Stern Show: https://www.youtube.com/watch?v=KUYb-V4GYZc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}