Information about plays

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

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

{
    "id": 3523410,
    "uri": "https://api.kexp.org/v2/plays/3523410/?format=api",
    "airdate": "2025-07-06T10:08:38-07:00",
    "show": 63937,
    "show_uri": "https://api.kexp.org/v2/shows/63937/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4ac4dd4-cabd-45ae-8a27-c8e71bafacdb/41729629357-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4ac4dd4-cabd-45ae-8a27-c8e71bafacdb/41729629357-250.jpg",
    "song": "The Working Man",
    "track_id": null,
    "recording_id": "71b40739-9c07-4bd6-a991-4218542ef181",
    "artist": "The Sheepdogs",
    "artist_ids": [
        "5b03776b-6987-4ccb-81ed-1c5fe00f9dfa"
    ],
    "album": "Hell Together",
    "release_id": null,
    "release_group_id": "ca7699e5-cbbd-4ca0-b769-075a44ddda63",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Sheepdogs are a Canadian rock band formed in Saskatoon, Saskatchewan.\n\nhttps://thesheepdogs.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}