Information about plays

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

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

{
    "id": 3519695,
    "uri": "https://api.kexp.org/v2/plays/3519695/?format=api",
    "airdate": "2025-06-27T22:48:32-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Prom Quiz",
    "track_id": "0a66ed5a-317b-3f39-87c9-7dfad2a462d0",
    "recording_id": "b513b748-2dfa-445d-b1c8-112f449c4cf5",
    "artist": "Grayskul",
    "artist_ids": [
        "a85ded53-ab49-43e4-b9db-664befef29ce"
    ],
    "album": "Deadlivers",
    "release_id": "8a9ee703-dd5a-4989-957f-4632c8c810b5",
    "release_group_id": "3bcae105-b1b1-3361-b53e-495854f521d1",
    "labels": [
        "Rhymesayers Entertainment"
    ],
    "label_ids": [
        "d8d53751-d146-41dc-a95b-58332e41e03f"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Onry Ozzborne & JFK of Seattle's Oldominion, along with bass player Rob Castro are Grayskul.\n\nWatch the official video for \"Prom Quiz\"; https://www.youtube.com/watch?v=NDE-snmOwvg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}