Information about plays

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

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

{
    "id": 3577262,
    "uri": "https://api.kexp.org/v2/plays/3577262/?format=api",
    "airdate": "2025-11-12T13:33:27-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The City of Bruce Lee",
    "track_id": null,
    "recording_id": "69e2d3b9-bd0f-45db-b334-07b9d9ff9a31",
    "artist": "Gabriel Teodros",
    "artist_ids": [
        "2584dbb7-683d-498a-a2c5-05147e07587e"
    ],
    "album": "Children of the Dragon",
    "release_id": null,
    "release_group_id": "1de8f7c2-7e36-49de-a6d2-666a504654e4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-05-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is found on Gabriel Teodros' terrific third album, 2014's \"Children of the Dragon\": https://gabrielteodros.bandcamp.com/album/children-of-the-dragon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}