Information about plays

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

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

{
    "id": 3526156,
    "uri": "https://api.kexp.org/v2/plays/3526156/?format=api",
    "airdate": "2025-07-12T21:29:20-07:00",
    "show": 63998,
    "show_uri": "https://api.kexp.org/v2/shows/63998/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e242982-7e9e-4065-8465-785a72be05c3/41329330720-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e242982-7e9e-4065-8465-785a72be05c3/41329330720-250.jpg",
    "song": "So Natural",
    "track_id": null,
    "recording_id": "183dd719-c8e8-4428-aca7-f039b4151273",
    "artist": "Punter",
    "artist_ids": [
        "02271ea2-f5b3-4695-b76b-1f07f0f6a4b3"
    ],
    "album": "Australienation",
    "release_id": null,
    "release_group_id": "2d3c72d3-73a2-4954-b9ad-bcd13165e055",
    "labels": [
        "Televised Suicide"
    ],
    "label_ids": [],
    "release_date": "2025-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vinyl copies of Australienation are available via Green Noise and Sorry State Records in the US.\n\nhttps://punter.bandcamp.com/album/australienation\nhttps://gimmiezine.com/2024/09/09/punter/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}