Information about plays

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

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

{
    "id": 3583397,
    "uri": "https://api.kexp.org/v2/plays/3583397/?format=api",
    "airdate": "2025-11-26T21:51:22-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cosmic Dancer",
    "track_id": "25d6008a-2625-36a1-81b3-7dffe2b742c1",
    "recording_id": "895cc530-234e-4f38-b6db-f896a0b7ad16",
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy: The Ultimate Collection",
    "release_id": "58b75a0c-17d5-4a0a-87ea-88cf85792b91",
    "release_group_id": "180a7076-a414-3712-8c1f-d7199f764a83",
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [
        "71f53f0e-6286-4684-8bb8-33c027397852"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marc Bolan writes and sings the songs on this landmark UK psych rock record. https://www.allmusic.com/artist/t-rex-mn0000005882",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}