Information about plays

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

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

{
    "id": 3416983,
    "uri": "https://api.kexp.org/v2/plays/3416983/?format=api",
    "airdate": "2024-10-25T04:37:32-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goo Goo Muck",
    "track_id": "e4d4d7f8-12c0-318c-a831-537c320a8f9d",
    "recording_id": "26e32275-34c7-4389-b654-bd5c9b4861dd",
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Psychedelic Jungle / Gravest Hits",
    "release_id": "8ddd818d-809e-466c-b882-d2c49419ef59",
    "release_group_id": "75e06008-6b0b-3549-b77c-4bcaf6b1fad1",
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1989-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Long before this was on the Wednesday soundtrack it was on the Texas Chainsaw Massacre II soundtrack",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}