Information about plays

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

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

{
    "id": 3422264,
    "uri": "https://api.kexp.org/v2/plays/3422264/?format=api",
    "airdate": "2024-11-06T22:59:45-08:00",
    "show": 61783,
    "show_uri": "https://api.kexp.org/v2/shows/61783/?format=api",
    "image_uri": "https://ia801506.us.archive.org/9/items/mbid-41cf1e54-dfb0-446a-96bb-0694499f2634/mbid-41cf1e54-dfb0-446a-96bb-0694499f2634-32213735772_thumb500.jpg",
    "thumbnail_uri": "https://ia601506.us.archive.org/9/items/mbid-41cf1e54-dfb0-446a-96bb-0694499f2634/mbid-41cf1e54-dfb0-446a-96bb-0694499f2634-32213735772_thumb250.jpg",
    "song": "Where Do We Go",
    "track_id": "e4c69df6-04d5-4f41-a7e8-76b02208cf5c",
    "recording_id": "29709c00-b504-4c7f-9982-5c2c1e90ff0f",
    "artist": "The Black Tones",
    "artist_ids": [
        "ddcfd686-79f0-4eda-9eb9-4c28591bf87e"
    ],
    "album": "The Devil and Grandma / Where Do We Go Now",
    "release_id": "41cf1e54-dfb0-446a-96bb-0694499f2634",
    "release_group_id": "504705fe-9078-479b-9e3e-103a41e93b3c",
    "labels": [
        "Hockey Talkter Records"
    ],
    "label_ids": [
        "2185781b-0a4a-4827-b126-4eae6ac05c23"
    ],
    "release_date": "2020-03-25",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The Black Tones live in the KEXP studio from 2019: \n\nhttps://youtu.be/szOQRFxGOkk -- https://theblacktones.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}