Information about plays

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

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

{
    "id": 3422533,
    "uri": "https://api.kexp.org/v2/plays/3422533/?format=api",
    "airdate": "2024-11-07T14:24:31-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://ia600301.us.archive.org/21/items/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c-4777625217_thumb500.jpg",
    "thumbnail_uri": "https://ia600301.us.archive.org/21/items/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c/mbid-6da213e3-7ac0-4724-a932-469f1ba1465c-4777625217_thumb250.jpg",
    "song": "Capital 5, Recorded After Hrs at the Gun Ballad Resource Cntr on S Sweeper St.",
    "track_id": "88dd3aad-03cd-3e45-a257-052f7503ea37",
    "recording_id": "4ea130bf-b903-4824-a1c0-8ae1dc072c5b",
    "artist": "Shabazz Palaces",
    "artist_ids": [
        "6462c4f6-6f69-4636-a835-02eebe81c90f"
    ],
    "album": "Shabazz Palaces",
    "release_id": "8caabffb-fa77-4bd2-9b13-3faba09930bc",
    "release_group_id": "1b58e05c-9d1f-4de7-a730-2344ddbf560e",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2009-06-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"A bright light (yeah) on the dark side (of town)...\"\n\nThis song, featuring the late Silk, also sampled Quincy Jones' \"Snow Creatures.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}