Information about plays

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

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

{
    "id": 3422080,
    "uri": "https://api.kexp.org/v2/plays/3422080/?format=api",
    "airdate": "2024-11-06T11:27:12-08:00",
    "show": 61779,
    "show_uri": "https://api.kexp.org/v2/shows/61779/?format=api",
    "image_uri": "https://ia800103.us.archive.org/19/items/mbid-732e784d-6e5d-49d4-9333-037514275f2e/mbid-732e784d-6e5d-49d4-9333-037514275f2e-17058654028_thumb500.jpg",
    "thumbnail_uri": "https://ia800103.us.archive.org/19/items/mbid-732e784d-6e5d-49d4-9333-037514275f2e/mbid-732e784d-6e5d-49d4-9333-037514275f2e-17058654028_thumb250.jpg",
    "song": "Holding On",
    "track_id": "9fa416ad-ead5-4ea2-9429-78e8450822db",
    "recording_id": "8a0f7780-b99a-46ef-b139-851a9252b827",
    "artist": "The War on Drugs",
    "artist_ids": [
        "87b9b3b8-ab93-426c-a200-4012d667a626"
    ],
    "album": "A Deeper Understanding",
    "release_id": "732e784d-6e5d-49d4-9333-037514275f2e",
    "release_group_id": "a08e02b3-f076-42c2-9a6a-374e15eda4fe",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2017-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A Deeper Understanding is The War on Drugs first release after signing a major-label deal with Atlantic. \nBandmember Adam Granduciel shares:\n“I played a lot more piano on this record than on other records, and it’s less conceived at home – it’s a little bit more… not ‘organic’, but the songs are thought about in a band context. Instead of, like, drum machine and then droning guitar, which was the way I used to write. This way, I was writing a little bit more thinking of the whole band – the sound of it live, and how we could shape the sound of this band we’ve made.”\nhttps://longlivevinyl.net/2017/09/28/a-deeper-understanding-the-war-on-drugs-interview/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}