Information about plays

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

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

{
    "id": 3634212,
    "uri": "https://api.kexp.org/v2/plays/3634212/?format=api",
    "airdate": "2026-03-27T09:15:01-07:00",
    "show": 66291,
    "show_uri": "https://api.kexp.org/v2/shows/66291/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f496f19-6129-464a-980e-1183df306d91/10216279625-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f496f19-6129-464a-980e-1183df306d91/10216279625-250.jpg",
    "song": "Gimme Shelter",
    "track_id": null,
    "recording_id": "47216ee1-1c33-489d-8528-b6bbd4f30a53",
    "artist": "U2 with Mick Jagger, Fergie, and will.i.am",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432",
        "b5ffc3aa-b868-4b88-905f-d73d51dbe51c",
        "1c46e82f-4764-4d82-a33b-5d5aee5e2881",
        "d574c9bd-46f6-440a-8d6a-8412a283eeb1"
    ],
    "album": "The 25th Anniversary Rock & Roll Hall of Fame Concerts",
    "release_id": null,
    "release_group_id": "128c7c91-e608-4968-b314-d23db6784521",
    "labels": [
        "Time-Life"
    ],
    "label_ids": [
        "5e0fa866-ba6a-474e-bb64-392c3ecaa6c5"
    ],
    "release_date": "2010-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "U2, Mick Jagger, and Fergie performed this Rolling Stones classic at the Rock and Roll Hall of Fame Concert in 2009: https://www.youtube.com/watch?v=nB2ML4UvCFE\n--\nDoesn't Fergie do a good job of handling Merry Clayton's vocals from the original? Here's that original:https://www.youtube.com/watch?v=RbmS3tQJ7Os",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}