Information about plays

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

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

{
    "id": 3561408,
    "uri": "https://api.kexp.org/v2/plays/3561408/?format=api",
    "airdate": "2025-10-04T22:17:21-07:00",
    "show": 64748,
    "show_uri": "https://api.kexp.org/v2/shows/64748/?format=api",
    "image_uri": "https://coverartarchive.org/release/7af92d50-6912-4a42-b61b-70da60ab3dbe/38844052765-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7af92d50-6912-4a42-b61b-70da60ab3dbe/38844052765-250.jpg",
    "song": "WSOD",
    "track_id": null,
    "recording_id": "2c40bcdd-be34-42c7-9309-9c44d2c135a1",
    "artist": "Shellac",
    "artist_ids": [
        "604f273a-d3c1-4b5b-ab83-99541f9368ea"
    ],
    "album": "To All Trains",
    "release_id": null,
    "release_group_id": "13b9e7d0-0bdb-4ae2-97ac-cf2819e02810",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2024-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steve Albini passed away due to a heart attack just ten days before To All Trains was released.  RIP\n\nhttps://www.touchandgorecords.com/bands/band.php?id=22\nhttps://shellac.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}