Information about plays

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

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

{
    "id": 3602198,
    "uri": "https://api.kexp.org/v2/plays/3602198/?format=api",
    "airdate": "2026-01-09T10:25:15-08:00",
    "show": 65603,
    "show_uri": "https://api.kexp.org/v2/shows/65603/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What You Do to Me",
    "track_id": "71dadf50-4159-3d92-b0c4-e7f2fde8884c",
    "recording_id": "3a38fb4c-f503-4564-a251-df46f8ab4768",
    "artist": "Teenage Fanclub",
    "artist_ids": [
        "e6f8912b-7df9-4aae-b551-2cd03dc29588"
    ],
    "album": "Bandwagonesque",
    "release_id": "2acce1e6-3378-3dac-84f3-db2dcc9bef1d",
    "release_group_id": "4119fd8b-9858-33c9-8256-fcc1570bc07f",
    "labels": [
        "DGC Records"
    ],
    "label_ids": [
        "68803e28-86fe-4a95-985f-8e493795ab31"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Scottish band Teenage Fanclub formed in Glasgow in 1989.  Bandwagonesque was their third album and second released in 1991!\n\nIf you're a guitar aficionado, you'll want to read this account of the instruments that Teenage Fanclub used for the classic \"Bandwagonesque\":  https://tinyurl.com/4z79k75a",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}