Information about plays

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

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

{
    "id": 3632140,
    "uri": "https://api.kexp.org/v2/plays/3632140/?format=api",
    "airdate": "2026-03-21T22:11:55-07:00",
    "show": 66246,
    "show_uri": "https://api.kexp.org/v2/shows/66246/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Flame On!",
    "track_id": null,
    "recording_id": "8306d88b-83fe-4e1a-a573-69944f66d31d",
    "artist": "The 1-4-5s",
    "artist_ids": [
        "b302c672-6eb5-4837-9d62-304ba2cde1dd"
    ],
    "album": "Unsafe At 45rpm",
    "release_id": null,
    "release_group_id": "5f90f947-93f3-4447-893c-91c957580b8c",
    "labels": [
        "Peek-A-Boo Records"
    ],
    "label_ids": [
        "0d31733d-3a1e-421a-b2fc-6d2c079de9ba"
    ],
    "release_date": "1995-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Ben Grimm (The Thing), the connection stays within the Fantastic Four with “Flame On!,” the signature catchphrase of the Human Torch.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}