Information about plays

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

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

{
    "id": 3561458,
    "uri": "https://api.kexp.org/v2/plays/3561458/?format=api",
    "airdate": "2025-10-05T00:52:10-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/307de01b-4b2f-4190-a25b-67fa83bb1c53/14901552256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/307de01b-4b2f-4190-a25b-67fa83bb1c53/14901552256-250.jpg",
    "song": "The Villain",
    "track_id": null,
    "recording_id": "a2d49c6d-cb8d-4363-99f3-57e10e07677b",
    "artist": "The Agonist",
    "artist_ids": [
        "d6d9ec73-d0dd-4066-944c-20d4a6d6c7c7"
    ],
    "album": "Five",
    "release_id": null,
    "release_group_id": "7cc16005-b6a5-4b05-8b39-3f2d953b6128",
    "labels": [
        "Napalm Records"
    ],
    "label_ids": [
        "ad2d554f-817a-4278-9813-1b575fe3d159"
    ],
    "release_date": "2016-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Quebec band\n\nhttps://theagonist.bandcamp.com/album/days-before-the-world-wept",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}