Information about plays

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

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

{
    "id": 3550125,
    "uri": "https://api.kexp.org/v2/plays/3550125/?format=api",
    "airdate": "2025-09-07T17:21:35-07:00",
    "show": 64501,
    "show_uri": "https://api.kexp.org/v2/shows/64501/?format=api",
    "image_uri": "https://ia802801.us.archive.org/34/items/mbid-7d77f7fb-fb7a-4b65-bcc8-2ce23c4cfc43/mbid-7d77f7fb-fb7a-4b65-bcc8-2ce23c4cfc43-6479902554_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/34/items/mbid-7d77f7fb-fb7a-4b65-bcc8-2ce23c4cfc43/mbid-7d77f7fb-fb7a-4b65-bcc8-2ce23c4cfc43-6479902554_thumb250.jpg",
    "song": "Calistan",
    "track_id": "76a6a3a4-beef-33bc-b586-ae73dfc2f8a6",
    "recording_id": "c40e20db-6de1-4991-9cce-ed7dd15c5faf",
    "artist": "Frank Black",
    "artist_ids": [
        "98a35a4d-a845-4282-bc7c-5679f2bb9bd2"
    ],
    "album": "Teenager of the Year",
    "release_id": "7d77f7fb-fb7a-4b65-bcc8-2ce23c4cfc43",
    "release_group_id": "0977c169-d4dc-37d3-89fa-2f2f60e4e43d",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1994-05-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teenager of the Year is the second solo studio album by Frank Black. It was released in 1994 by 4AD in the United Kingdom and Elektra Records in the United States, and co-produced by Eric Drew Feldman, who also played keyboards and bass guitar on the album.\n\nTeenager also features work by several backing musicians, including Lyle Workman, Nick Vincent, Moris Tepper and Black's Pixies bandmate Joey Santiago.  https://tinyurl.com/2bne7vvc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}