Information about plays

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

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

{
    "id": 3422552,
    "uri": "https://api.kexp.org/v2/plays/3422552/?format=api",
    "airdate": "2024-11-07T15:55:34-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "https://ia800706.us.archive.org/5/items/mbid-8db21467-c1b9-40dd-88f0-109ab6cd9bd8/mbid-8db21467-c1b9-40dd-88f0-109ab6cd9bd8-40010489103_thumb500.jpg",
    "thumbnail_uri": "https://ia600706.us.archive.org/5/items/mbid-8db21467-c1b9-40dd-88f0-109ab6cd9bd8/mbid-8db21467-c1b9-40dd-88f0-109ab6cd9bd8-40010489103_thumb250.jpg",
    "song": "Breakadawn",
    "track_id": "d8dfa4c5-5a5e-3e1f-b5fb-a6c8ac12a226",
    "recording_id": "b563e281-a45e-4e89-904c-445e1d89ed42",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Buhloone Mindstate",
    "release_id": "8db21467-c1b9-40dd-88f0-109ab6cd9bd8",
    "release_group_id": "898a6a79-9ff1-3913-814a-4514bfbff609",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1993-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "De La Soul directly sampled multiple elements of Michael Jackson's \"I Can't Help It.\" \n--\nWant to see the video?: https://www.youtube.com/watch?v=2WbSBLplJS0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}