Information about plays

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

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

{
    "id": 3579898,
    "uri": "https://api.kexp.org/v2/plays/3579898/?format=api",
    "airdate": "2025-11-18T16:04:54-08:00",
    "show": 65147,
    "show_uri": "https://api.kexp.org/v2/shows/65147/?format=api",
    "image_uri": "https://dn710306.ca.archive.org/0/items/mbid-b6cf534d-7945-40e8-8815-9c38ab9e47ba/mbid-b6cf534d-7945-40e8-8815-9c38ab9e47ba-17213016632_thumb500.jpg",
    "thumbnail_uri": "https://dn710306.ca.archive.org/0/items/mbid-b6cf534d-7945-40e8-8815-9c38ab9e47ba/mbid-b6cf534d-7945-40e8-8815-9c38ab9e47ba-17213016632_thumb250.jpg",
    "song": "NRGQ",
    "track_id": "84fab3a7-ba73-4ea8-ad6b-5e2e3e8f0a13",
    "recording_id": "695a5afb-deb6-4e74-8c22-328599f66384",
    "artist": "!!!",
    "artist_ids": [
        "f26c72d3-e52c-467b-b651-679c73d8e1a7"
    ],
    "album": "Shake the Shudder",
    "release_id": "b6cf534d-7945-40e8-8815-9c38ab9e47ba",
    "release_group_id": "0181ab9f-5d34-45c0-bc12-166a39c30f2c",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2017-05-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From !!! (chk chk chk)'s 7th studio album, released in 2017.\nhttps://chkchkchk.net",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}