Information about plays

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

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

{
    "id": 3527475,
    "uri": "https://api.kexp.org/v2/plays/3527475/?format=api",
    "airdate": "2025-07-15T22:50:29-07:00",
    "show": 64025,
    "show_uri": "https://api.kexp.org/v2/shows/64025/?format=api",
    "image_uri": "https://coverartarchive.org/release/946bc3e2-19ad-4228-a30e-ceb0c5bb7aa9/11445067919-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/946bc3e2-19ad-4228-a30e-ceb0c5bb7aa9/11445067919-250.jpg",
    "song": "Another Girl, Another Planet",
    "track_id": null,
    "recording_id": "779f2e05-aa73-4d8c-b227-b47953e2e3a0",
    "artist": "The Only Ones",
    "artist_ids": [
        "812dca85-2b55-4015-a92e-1182251bc621"
    ],
    "album": "The Only Ones",
    "release_id": null,
    "release_group_id": "393c7679-ee77-304f-a293-7d5167426333",
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "release_date": "1978-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Long thought to be about heroin, songwriter Peter Perrett finally revealed it was about, “a girl from Yugoslavia. I didn’t go out with her, but she was like a total space cadet, which when I was really young I found interesting. She was just a bit weird – she’d say crazy things, and it just got me thinking that every girl has something different to offer.”\n\nhttps://www.uncut.co.uk/features/peter-perrett-wasnt-drugs-time-addicted-sex-99985/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}