Information about plays

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

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

{
    "id": 3620573,
    "uri": "https://api.kexp.org/v2/plays/3620573/?format=api",
    "airdate": "2026-02-21T22:42:01-08:00",
    "show": 65997,
    "show_uri": "https://api.kexp.org/v2/shows/65997/?format=api",
    "image_uri": "https://coverartarchive.org/release/441248ea-77f3-44d9-a0f3-b07f5dd07a4f/4819486209-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/441248ea-77f3-44d9-a0f3-b07f5dd07a4f/4819486209-250.jpg",
    "song": "All on the Outside",
    "track_id": null,
    "recording_id": "793290ea-4afa-44d8-a777-0e2b3048f91f",
    "artist": "Wednesday Night Heroes",
    "artist_ids": [
        "8c6223cd-e270-4331-bee5-1f0ca6849b62"
    ],
    "album": "Guilty Pleasures",
    "release_id": null,
    "release_group_id": "025e110e-b550-4187-8e8b-e40ee847044b",
    "labels": [
        "BYO Records"
    ],
    "label_ids": [
        "22d95710-afed-488e-b97b-9f85c74bbe20"
    ],
    "release_date": "2007-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wednesday Night Heroes (abbreviated WNH) are a Canadian punk rock band formed in 1997 in Edmonton.\n\nhttps://unknownrecordsto.bandcamp.com/album/wednesday-night-heroes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}