Information about plays

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

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

{
    "id": 3547980,
    "uri": "https://api.kexp.org/v2/plays/3547980/?format=api",
    "airdate": "2025-09-02T12:27:15-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800202.us.archive.org/7/items/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d-23564237005_thumb500.jpg",
    "thumbnail_uri": "https://ia600202.us.archive.org/7/items/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d/mbid-bb233893-3593-4d54-b1ac-4317dc9ebe5d-23564237005_thumb250.jpg",
    "song": "Caught by the Fuzz",
    "track_id": "846924d4-e29f-3960-8907-32296df50581",
    "recording_id": "c52a0c6c-7399-484e-99f7-0ff7ffe29955",
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "I Should Coco",
    "release_id": "bb233893-3593-4d54-b1ac-4317dc9ebe5d",
    "release_group_id": "6e796029-272d-3fe2-8ad0-d8a10ef80a66",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1995-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is about an incident when lead singer Gaz Coombes was caught in possession of cannabis - he was 15 at the time. Coombes recalled that he was in an old Ford Fiesta with a headlight out when he got pulled over. \"I stuck the hash down my pants,\" he said, \"but I had it in a little metal tin. I was standing on the pavement, and the tin just went all the way down my trousers and landed on the pavement with a ting. The copper went, 'What's that, son?'\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}