Information about plays

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

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

{
    "id": 3554672,
    "uri": "https://api.kexp.org/v2/plays/3554672/?format=api",
    "airdate": "2025-09-18T16:50:35-07:00",
    "show": 64596,
    "show_uri": "https://api.kexp.org/v2/shows/64596/?format=api",
    "image_uri": "https://ia801401.us.archive.org/26/items/mbid-ab4f7c8e-844f-48a4-9cda-998ceca43517/mbid-ab4f7c8e-844f-48a4-9cda-998ceca43517-32404002412_thumb500.jpg",
    "thumbnail_uri": "https://dn710004.ca.archive.org/0/items/mbid-ab4f7c8e-844f-48a4-9cda-998ceca43517/mbid-ab4f7c8e-844f-48a4-9cda-998ceca43517-32404002412_thumb250.jpg",
    "song": "What Is the Feeling",
    "track_id": "97edebdc-7da2-4e3c-bfdc-9dca07e9ff51",
    "recording_id": "8445047a-44bf-4a7e-bcc9-1e8ffc00497b",
    "artist": "Lord Echo",
    "artist_ids": [
        "117a157a-3f33-4809-bc61-b0e005abec94"
    ],
    "album": "Curiosities",
    "release_id": "ab4f7c8e-844f-48a4-9cda-998ceca43517",
    "release_group_id": "abd9fca5-f569-43bd-abe9-d2eb3830f876",
    "labels": [
        "Bastard Jazz Recordings"
    ],
    "label_ids": [
        "1c84f4d1-6892-4323-b562-e8d4902f8032"
    ],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "airbreak :)\n\nhttps://lordecho.bandcamp.com/track/what-is-that-feeling-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}