Information about plays

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

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

{
    "id": 3428769,
    "uri": "https://api.kexp.org/v2/plays/3428769/?format=api",
    "airdate": "2024-11-22T18:05:03-08:00",
    "show": 61919,
    "show_uri": "https://api.kexp.org/v2/shows/61919/?format=api",
    "image_uri": "https://ia903008.us.archive.org/11/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb500.jpg",
    "thumbnail_uri": "https://ia803008.us.archive.org/11/items/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c/mbid-52f9e888-4191-4d13-8484-6c7271b56f8c-22809895952_thumb250.jpg",
    "song": "United States of Whatever",
    "track_id": "263fca38-9e78-3505-b8bc-1b60e7e9d2ac",
    "recording_id": "cbf99294-bb84-45b0-a68e-991b1d0e509a",
    "artist": "Liam Lynch",
    "artist_ids": [
        "6e987552-beba-4cc2-900d-ac01c7b4c964"
    ],
    "album": "Fake Songs",
    "release_id": "410d8b86-d4fc-4818-9a06-1646fbfeb92a",
    "release_group_id": "ab3b28ac-93f3-3e74-8b52-af214e3365bf",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2003-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"And then up comes Zafo I'm like \"Yo Zafo, what's up?\" He's like \"Nothin'\" And I'm like \"That's cool...\"\n---\nUnited States of Whatever\" was solely written by Liam Lynch. Lynch has stated that the song was improvised and recorded in a single take.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}