Information about plays

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

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

{
    "id": 3548056,
    "uri": "https://api.kexp.org/v2/plays/3548056/?format=api",
    "airdate": "2025-09-02T15:58:45-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia600109.us.archive.org/3/items/mbid-a37ab5ed-39f4-492f-b179-bbec3643cf14/mbid-a37ab5ed-39f4-492f-b179-bbec3643cf14-16162415381_thumb500.jpg",
    "thumbnail_uri": "https://ia800109.us.archive.org/3/items/mbid-a37ab5ed-39f4-492f-b179-bbec3643cf14/mbid-a37ab5ed-39f4-492f-b179-bbec3643cf14-16162415381_thumb250.jpg",
    "song": "Horehound",
    "track_id": "0927b4a6-ca62-3a7d-9f2b-896f1f564301",
    "recording_id": "912bccb7-78aa-4626-91fe-732803471ad4",
    "artist": "Metal Fingers",
    "artist_ids": [
        "2a827687-f114-46fe-9e5d-74acb7d33995"
    ],
    "album": "Special Herbs, Volume 5 & 6",
    "release_id": "a37ab5ed-39f4-492f-b179-bbec3643cf14",
    "release_group_id": "86f89a17-3899-3ca0-b844-c02f790a9ffa",
    "labels": [
        "Nature Sounds"
    ],
    "label_ids": [
        "20328bb6-97fc-45be-b665-b2929bae91cf"
    ],
    "release_date": "2004-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks so much for being with us during The Afternoon Show!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}