Information about plays

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

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

{
    "id": 3428494,
    "uri": "https://api.kexp.org/v2/plays/3428494/?format=api",
    "airdate": "2024-11-22T02:50:46-08:00",
    "show": 61912,
    "show_uri": "https://api.kexp.org/v2/shows/61912/?format=api",
    "image_uri": "https://ia800900.us.archive.org/35/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/35/items/mbid-92c11765-c494-3822-b3ef-8c72076005e0/mbid-92c11765-c494-3822-b3ef-8c72076005e0-22286516807_thumb250.jpg",
    "song": "Running Dry (Requiem for the Rockets)",
    "track_id": "7191f84b-3927-38bb-a880-5814aebc1853",
    "recording_id": "f18d9329-6e03-4580-9ac8-55c8df8232b2",
    "artist": "Neil Young with Crazy Horse",
    "artist_ids": [
        "75167b8b-44e4-407b-9d35-effe87b223cf",
        "71f754c0-f2d1-4a54-8d70-cc0ee409ca00"
    ],
    "album": "Everybody Knows This Is Nowhere",
    "release_id": "92c11765-c494-3822-b3ef-8c72076005e0",
    "release_group_id": "f61603ab-ef6b-386b-a5e0-aaefc00543f1",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "2009-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}