Information about plays

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

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

{
    "id": 3605748,
    "uri": "https://api.kexp.org/v2/plays/3605748/?format=api",
    "airdate": "2026-01-17T22:55:27-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Set Fire",
    "track_id": null,
    "recording_id": "b1b7eb64-aa67-4ba5-bd14-5f3b9e543848",
    "artist": "New Fangs",
    "artist_ids": [
        "fa950490-d027-44f2-8f60-c5dde4e200cc"
    ],
    "album": "Bayonets",
    "release_id": null,
    "release_group_id": "8414d87e-89bc-4a1d-bdfd-7db5f161948d",
    "labels": [
        "Chain Letter"
    ],
    "label_ids": [
        "34817b06-5264-47d4-b4b5-848a5da81b44"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Dave Bessenhoffer project featuring members of Thee Flying Dutchmen and Tokyo Drifters",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}