Information about plays

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

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

{
    "id": 3544522,
    "uri": "https://api.kexp.org/v2/plays/3544522/?format=api",
    "airdate": "2025-08-25T05:42:54-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://ia801500.us.archive.org/35/items/mbid-948395fa-ac20-4215-99ab-ea5d5a43daf1/mbid-948395fa-ac20-4215-99ab-ea5d5a43daf1-33340211424_thumb500.jpg",
    "thumbnail_uri": "https://dn721801.ca.archive.org/0/items/mbid-948395fa-ac20-4215-99ab-ea5d5a43daf1/mbid-948395fa-ac20-4215-99ab-ea5d5a43daf1-33340211424_thumb250.jpg",
    "song": "Glitches",
    "track_id": "6961471c-3001-44dd-a8fd-1b0a6c0dadb9",
    "recording_id": "dee0c419-05b9-4272-86bb-0d6af5dbff96",
    "artist": "SassyBlack",
    "artist_ids": [
        "b6a47306-c024-4b06-9039-516ec38b7bff"
    ],
    "album": "New Black Swing",
    "release_id": "948395fa-ac20-4215-99ab-ea5d5a43daf1",
    "release_group_id": "e2c44fd7-b169-4b75-aded-ef4da56a35bc",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-06-23",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "SassyBlack was here in the KEXP studios in 2017!\nhttps://www.youtube.com/watch?v=O2cwOqyY15I\n\nhttps://www.sassyblack.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}