Information about plays

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

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

{
    "id": 3542567,
    "uri": "https://api.kexp.org/v2/plays/3542567/?format=api",
    "airdate": "2025-08-20T17:42:21-07:00",
    "show": 64341,
    "show_uri": "https://api.kexp.org/v2/shows/64341/?format=api",
    "image_uri": "https://coverartarchive.org/release/72244848-a44f-4798-ab4e-693140aa0d10/5354897166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72244848-a44f-4798-ab4e-693140aa0d10/5354897166-250.jpg",
    "song": "I’m Bored",
    "track_id": null,
    "recording_id": "62c0ebbe-0868-463b-9949-b9e1d8ec81d4",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "New Values",
    "release_id": null,
    "release_group_id": "066b3bbc-13fa-3cbc-939f-6a257fc86fc0",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1979-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iggy Pop's 1979 LP was his third album, and the first without David Bowie along for the ride\n\nRead Iggy Pop's powerful John Peel lecture from 2014 http://www.gigwise.com/news/95155/read-iggy-pops-incredible-john-peel-lecture",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}