Information about plays

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

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

{
    "id": 3422103,
    "uri": "https://api.kexp.org/v2/plays/3422103/?format=api",
    "airdate": "2024-11-06T13:01:51-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia601601.us.archive.org/0/items/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b-38370470213_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/0/items/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b/mbid-e3d412ab-fa0c-40dc-9359-523b87eefa9b-38370470213_thumb250.jpg",
    "song": "Phosphene Dream",
    "track_id": "d8f9c7e8-e31e-3067-b1ab-edb3143f67d3",
    "recording_id": "1a78ce9d-0886-439b-9323-155ff10cfd06",
    "artist": "The Black Angels",
    "artist_ids": [
        "49814f71-8fef-41ec-9af8-b6995c0bd601"
    ],
    "album": "Phosphene Dream",
    "release_id": "e3d412ab-fa0c-40dc-9359-523b87eefa9b",
    "release_group_id": "669f16a1-7926-4e93-bbb3-cc53387354df",
    "labels": [
        "Blue Horizon"
    ],
    "label_ids": [
        "36822cea-5590-4a9f-a415-267bea418484"
    ],
    "release_date": "2010-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Black Angels will be Performing tomorrow as a part of the Freakout Festival (November 7th) at the Tractor Tavern in Seattle!\nGet more information and tickets here:\nhttps://www.the-freakout.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}