Information about plays

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

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

{
    "id": 3621755,
    "uri": "https://api.kexp.org/v2/plays/3621755/?format=api",
    "airdate": "2026-02-24T15:30:40-08:00",
    "show": 66020,
    "show_uri": "https://api.kexp.org/v2/shows/66020/?format=api",
    "image_uri": "https://coverartarchive.org/release/1d3ccd5f-709e-4566-b232-91a81d34d6b9/5306129944-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1d3ccd5f-709e-4566-b232-91a81d34d6b9/5306129944-250.jpg",
    "song": "Hair",
    "track_id": null,
    "recording_id": "b0bdad10-ef7a-4f96-b735-bc154e15ac85",
    "artist": "Graham Central Station",
    "artist_ids": [
        "e11c5e9a-8b3a-44c2-9a71-b7a00b5fb8d5"
    ],
    "album": "Graham Central Station",
    "release_id": null,
    "release_group_id": "00e75bf1-8aaa-33a5-aa37-a290c383506b",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Larry Graham was the bassist for Sly & The Family Stone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}