Information about plays

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

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

{
    "id": 3594357,
    "uri": "https://api.kexp.org/v2/plays/3594357/?format=api",
    "airdate": "2025-12-22T06:34:49-08:00",
    "show": 65446,
    "show_uri": "https://api.kexp.org/v2/shows/65446/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Boyfriend's Back",
    "track_id": "f98339ce-9482-3f48-a35b-27c3c57440c6",
    "recording_id": "937cf76d-bb33-4a71-b4bf-33fe1576443f",
    "artist": "The Angels",
    "artist_ids": [
        "359e1d48-5121-463b-a408-54e5aa83a40d"
    ],
    "album": "Girl Group Greats",
    "release_id": "e1308295-5913-472b-b3cd-be8bb91c74ab",
    "release_group_id": "5c013fb5-c3d5-3ed3-819d-86ea1aba9bb8",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you listen closely, you can hear Ronnie James Dio on the trumpet.\n\nhttps://www.loudersound.com/features/ronnie-james-dio-the-early-years",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}