Information about plays

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

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

{
    "id": 3589261,
    "uri": "https://api.kexp.org/v2/plays/3589261/?format=api",
    "airdate": "2025-12-10T08:05:21-08:00",
    "show": 65338,
    "show_uri": "https://api.kexp.org/v2/shows/65338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pure Morning",
    "track_id": "2f5860ff-8e5c-34b9-a714-e39b0c1153e3",
    "recording_id": "7b7d1b1d-9c02-4917-8688-ff3e11cab7f4",
    "artist": "Placebo",
    "artist_ids": [
        "847e8284-8582-4b0e-9c26-b042a4f49e57"
    ],
    "album": "Without You I’m Nothing",
    "release_id": "354fb345-3273-3756-9893-43860bb16600",
    "release_group_id": "b568aff6-f2b2-3fe0-980f-417df6ccfad4",
    "labels": [
        "Virgin America"
    ],
    "label_ids": [
        "47b84b3b-889e-4c66-80f0-afd58a1d304b"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Brian Molko, born this day in 1972. (53) Brian is a singer-songwriter and guitarist for the band Placebo.\n\nBrian told NME in 2017 about this successful single from the band: \"I like the music for ‘Pure Morning’, but I’m not very keen on the lyrics. We did it during a b-sides session and we never really thought it would be a single. I just knocked out some lyrics really quickly and didn’t pay too much attention. If I’d have known it was going to be a single I probably would have spent a bit more time on the lyrics.\" \n\nhttps://www.placeboworld.co.uk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}