Information about plays

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

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

{
    "id": 3544524,
    "uri": "https://api.kexp.org/v2/plays/3544524/?format=api",
    "airdate": "2025-08-25T05:52:29-07:00",
    "show": 64383,
    "show_uri": "https://api.kexp.org/v2/shows/64383/?format=api",
    "image_uri": "https://ia601300.us.archive.org/27/items/mbid-40c45052-9418-4aee-83c7-8ba518afae3f/mbid-40c45052-9418-4aee-83c7-8ba518afae3f-10952339166_thumb500.jpg",
    "thumbnail_uri": "https://ia801300.us.archive.org/27/items/mbid-40c45052-9418-4aee-83c7-8ba518afae3f/mbid-40c45052-9418-4aee-83c7-8ba518afae3f-10952339166_thumb250.jpg",
    "song": "My Friend, My Friend",
    "track_id": "83cec478-0191-3daf-b176-97edd284920d",
    "recording_id": "003d7e68-a3cf-4f93-acb2-9fa04b182468",
    "artist": "Phish",
    "artist_ids": [
        "e01646f2-2a04-450d-8bf2-0d993082e058"
    ],
    "album": "Rift",
    "release_id": "40c45052-9418-4aee-83c7-8ba518afae3f",
    "release_group_id": "d2d9611b-0ea5-32e9-96c7-db903e63b96a",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-02-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1993, Rift is Phish's fourth studio album. \n\nAccording to crowd-sourced information at phish.net, this song has been played at 8% of Phish's performances, and was last played at their July 26th, 2024 show. \nhttps://phish.net/song/my-friend-my-friend",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}