Information about plays

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

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

{
    "id": 3616276,
    "uri": "https://api.kexp.org/v2/plays/3616276/?format=api",
    "airdate": "2026-02-11T19:12:33-08:00",
    "show": 65907,
    "show_uri": "https://api.kexp.org/v2/shows/65907/?format=api",
    "image_uri": "https://coverartarchive.org/release/b761e16d-5951-475e-8da8-ee8ae06b0fe5/15945588563-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b761e16d-5951-475e-8da8-ee8ae06b0fe5/15945588563-250.jpg",
    "song": "21st Century Schizoid Man",
    "track_id": null,
    "recording_id": "3c32327f-8249-4589-bd3f-5ceb7c80130a",
    "artist": "Fuzz",
    "artist_ids": [
        "1625819f-79d7-4787-b2fb-0e0c260bac85"
    ],
    "album": "Sunderberry Dream",
    "release_id": null,
    "release_group_id": "e0f12425-f40f-40ce-b7d3-753db790233c",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2013-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is a King Crimson cover. https://intheredrecords.com/collections/fuzz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}