Information about plays

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

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

{
    "id": 3591890,
    "uri": "https://api.kexp.org/v2/plays/3591890/?format=api",
    "airdate": "2025-12-16T13:51:12-08:00",
    "show": 65395,
    "show_uri": "https://api.kexp.org/v2/shows/65395/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": "23223be5-648d-39ee-b3d4-72e37303786c",
    "recording_id": "14ae8534-1356-4397-accb-6007c9a32e43",
    "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": "Shout Out Arlo!\n---\n\"The gold standard of the early-'90s power pop revival\"\n\nWatch Teenage Fanclub perform Live in the KEXP studio via the link below. Recorded May 11, 2024.\n\nhttps://www.youtube.com/watch?v=dtXrIrtTyyQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}