Information about plays

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

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

{
    "id": 3572256,
    "uri": "https://api.kexp.org/v2/plays/3572256/?format=api",
    "airdate": "2025-10-31T15:10:34-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/160ed55e-39da-471f-bc1c-b1455b6c08bf/5806140907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/160ed55e-39da-471f-bc1c-b1455b6c08bf/5806140907-250.jpg",
    "song": "Wash Away",
    "track_id": null,
    "recording_id": "04a657d4-922d-4059-be10-1affc7eefc54",
    "artist": "T.S.O.L.",
    "artist_ids": [
        "e3207b63-ab05-42bc-924e-b1299b89c406"
    ],
    "album": "Suburbia",
    "release_id": null,
    "release_group_id": "85888c9c-cc76-33f1-8794-0d57b09bd2ff",
    "labels": [
        "Enigma"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out of Huntington Beach, California. \"Wash Away\" taken from T.S.O.L's  1984 record Suburbia",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}