Information about plays

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

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

{
    "id": 3583546,
    "uri": "https://api.kexp.org/v2/plays/3583546/?format=api",
    "airdate": "2025-11-27T06:14:06-08:00",
    "show": 65221,
    "show_uri": "https://api.kexp.org/v2/shows/65221/?format=api",
    "image_uri": "https://ia801308.us.archive.org/19/items/mbid-ba6b1e36-1105-4fe9-a0f7-4afedf7bc095/mbid-ba6b1e36-1105-4fe9-a0f7-4afedf7bc095-3270018624_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/19/items/mbid-ba6b1e36-1105-4fe9-a0f7-4afedf7bc095/mbid-ba6b1e36-1105-4fe9-a0f7-4afedf7bc095-3270018624_thumb250.jpg",
    "song": "Pumpkin Soup",
    "track_id": "c962cae4-aa1d-34b2-9534-9c61094b595e",
    "recording_id": "a8cae18d-4c47-4d04-b687-dcfebbb533e5",
    "artist": "Kate Nash",
    "artist_ids": [
        "49018fd2-95ef-4f7e-92bb-813159909314"
    ],
    "album": "Made of Bricks",
    "release_id": "ba6b1e36-1105-4fe9-a0f7-4afedf7bc095",
    "release_group_id": "9e74fc84-caf7-3184-89f7-9ccc90cfd3f7",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2008-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out the cute video for Pumpkin Soup https://www.youtube.com/watch?v=LCr81kVTdqE\n\nYou may recognize her from the Netflix comedy-drama series GLOW (2017–2019) as  Rhonda \"Britannica\" Richardson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}