Information about plays

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

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

{
    "id": 3413381,
    "uri": "https://api.kexp.org/v2/plays/3413381/?format=api",
    "airdate": "2024-10-16T10:55:41-07:00",
    "show": 61591,
    "show_uri": "https://api.kexp.org/v2/shows/61591/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soonish",
    "track_id": "cfc84ffb-b26e-4a83-be2c-9e7f55c6a528",
    "recording_id": "6f1d8451-2971-4c42-bf86-e738e31d87a2",
    "artist": "Dummy",
    "artist_ids": [
        "20485631-5c2a-4cec-918a-1c7df650c072"
    ],
    "album": "Free Energy",
    "release_id": "0c9d7425-fbba-4fa0-abbe-9c69e9991538",
    "release_group_id": "0c98f0af-e61d-4170-b84f-053965db8473",
    "labels": [
        "Trouble in Mind"
    ],
    "label_ids": [
        "8c5c6efd-f29d-4bf0-9b42-d5df674c4c97"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA indie rock group with their newest Album, Free Energy, released just last month! \nAlex Ewell of Dummy shares of this album's sound:  \"I feel like there was always the desire to bring in the more ’90s inspiration because that's obviously music that we've always loved so much. We were trying to figure out how to embody it in our music more so this time than the last record, where we were doing more of a retro thing. It was pulling more from a specific sound that we were really into.\" https://tinyurl.com/3393bjfd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}