Information about plays

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

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

{
    "id": 3616922,
    "uri": "https://api.kexp.org/v2/plays/3616922/?format=api",
    "airdate": "2026-02-13T09:23:08-08:00",
    "show": 65920,
    "show_uri": "https://api.kexp.org/v2/shows/65920/?format=api",
    "image_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9fd196b4-0437-4ce2-9e7e-9966dfa86180/15612615429-250.jpg",
    "song": "The Wizard",
    "track_id": null,
    "recording_id": "b6912b63-297b-4023-8ec9-0b3d8d2d31b3",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Black Sabbath",
    "release_id": null,
    "release_group_id": "826c9743-a3f0-3479-bf06-8df2e140ef1d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1970-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the second song on the first Black Sabbath album. The album took about eight hours to record and cost $1200 to make. This was used as the B-side to the first Sabbath single, \"Paranoid,\" which was released ahead of their second album.\n--\nThat's late and beloved Ozzy Osbourne on harmonica and Tommy Iommi's magnificent slide guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}