Information about plays

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

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

{
    "id": 3581845,
    "uri": "https://api.kexp.org/v2/plays/3581845/?format=api",
    "airdate": "2025-11-23T09:06:51-08:00",
    "show": 65188,
    "show_uri": "https://api.kexp.org/v2/shows/65188/?format=api",
    "image_uri": "https://coverartarchive.org/release/6519e077-f4ff-49ec-bf40-696845700e7f/10021708946-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6519e077-f4ff-49ec-bf40-696845700e7f/10021708946-250.jpg",
    "song": "Cotton Fields (The Cotton Song)",
    "track_id": null,
    "recording_id": "f329f1ce-48e6-4f4b-b731-6469a14f1a84",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "20/20",
    "release_id": null,
    "release_group_id": "27e5bbcc-1ff7-3f87-896f-e5f0dfc3464e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-02-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On lead vocals for this song, it was Al Jardine's idea for the band to cover the song, having been moved by the lyrics about the Great Depression\nhttps://www.uncut.co.uk/features/interviews/the-beach-boys-al-jardine-my-life-in-music-139359/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}