Information about plays

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

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

{
    "id": 3578755,
    "uri": "https://api.kexp.org/v2/plays/3578755/?format=api",
    "airdate": "2025-11-15T23:38:05-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://ia800606.us.archive.org/3/items/mbid-82ce3c1a-89a6-45a2-9b5f-2c20e4c25573/mbid-82ce3c1a-89a6-45a2-9b5f-2c20e4c25573-18046437093_thumb500.jpg",
    "thumbnail_uri": "https://ia800606.us.archive.org/3/items/mbid-82ce3c1a-89a6-45a2-9b5f-2c20e4c25573/mbid-82ce3c1a-89a6-45a2-9b5f-2c20e4c25573-18046437093_thumb250.jpg",
    "song": "Let Them Eat Thomas Paine.",
    "track_id": "a03707e5-e35b-39a0-a9c1-c67fcf159dab",
    "recording_id": "00619b36-68f0-4ca0-a49c-996ed473a8f8",
    "artist": "Dillinger Four",
    "artist_ids": [
        "fc6a16d9-5dfd-43b1-be98-ba49366d9f27"
    ],
    "album": "Versus God",
    "release_id": "82ce3c1a-89a6-45a2-9b5f-2c20e4c25573",
    "release_group_id": "ab086f5b-fc7b-3f4d-ae8f-ce243780013c",
    "labels": [
        "Hopeless Records"
    ],
    "label_ids": [
        "30204406-1596-4508-81b3-2f27e41c6c14"
    ],
    "release_date": "2000-06-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dillinger Four have limited vinyl variants of their latest album available at their upcoming shows.\n\nhttps://www.facebook.com/Dillinger4/\nhttps://www.instagram.com/dillingerfour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}