Information about plays

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

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

{
    "id": 3552067,
    "uri": "https://api.kexp.org/v2/plays/3552067/?format=api",
    "airdate": "2025-09-12T10:56:38-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://ia801409.us.archive.org/32/items/mbid-1a9c5048-d59e-35ad-a555-00be7dd9e69f/mbid-1a9c5048-d59e-35ad-a555-00be7dd9e69f-16287448893_thumb500.jpg",
    "thumbnail_uri": "https://ia601409.us.archive.org/32/items/mbid-1a9c5048-d59e-35ad-a555-00be7dd9e69f/mbid-1a9c5048-d59e-35ad-a555-00be7dd9e69f-16287448893_thumb250.jpg",
    "song": "Alphabet Town",
    "track_id": "20614984-4792-3068-b484-325ce62ca7f6",
    "recording_id": "d6e16e78-b9df-45c4-b661-23a85a8f2ebe",
    "artist": "Elliott Smith",
    "artist_ids": [
        "03ad1736-b7c9-412a-b442-82536d63a5c4"
    ],
    "album": "Elliott Smith",
    "release_id": "1a9c5048-d59e-35ad-a555-00be7dd9e69f",
    "release_group_id": "d90675f8-ac35-3737-898a-b9860fc3f5f3",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "1998-08-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Elliott Smith's eponymous album was recorded during 1994-1995.  \n\nCheck out KEXP's Live Video: Seth Avett and Jessica Lea Mayfield sing Elliott Smith, from 2015: https://kexp.org/read/2015/3/30/live-video-seth-avett-and-jessica-lea-mayfield-sing-elliott-smith/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}