Information about plays

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

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

{
    "id": 3571615,
    "uri": "https://api.kexp.org/v2/plays/3571615/?format=api",
    "airdate": "2025-10-30T00:46:03-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/61d2bd48-af48-4bfa-9f1d-7843d1f61aaa/1641063247-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61d2bd48-af48-4bfa-9f1d-7843d1f61aaa/1641063247-250.jpg",
    "song": "Junior’s Eyes",
    "track_id": null,
    "recording_id": "a0cb4b09-a815-4d9a-ba8c-01791acc8cb0",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Never Say Die!",
    "release_id": null,
    "release_group_id": "eb8c8e6c-b554-31d3-bae0-1c4ea64336d0",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "A request for the Prince of Darkness himself, Ozzy Osborne!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}