Information about plays

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

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

{
    "id": 3525045,
    "uri": "https://api.kexp.org/v2/plays/3525045/?format=api",
    "airdate": "2025-07-10T06:21:56-07:00",
    "show": 63971,
    "show_uri": "https://api.kexp.org/v2/shows/63971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sex on Mars",
    "track_id": "57e970ef-84a7-4ff5-acb5-25ecfd97d348",
    "recording_id": "125ed4cf-7804-40aa-9d8a-4f47dd3d12b8",
    "artist": "Pink Lotion",
    "artist_ids": [
        "ae4ca9e7-dce6-48ce-aa32-8f4fe7055f72"
    ],
    "album": "Lusters",
    "release_id": "879bc125-28e7-443a-95ad-15896a1a893d",
    "release_group_id": "35f815ed-c56c-487c-8e95-ea25e0f117d5",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-12-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Seattle, Washington and based in Los Angeles...\nhttps://pinklotion.bandcamp.com/album/lusters \n\nCheck out Pink Lotion's Live on KEXP performance from 2019: https://www.youtube.com/watch?v=N5hSF9-uchQ\n\nCheck out this collection of 7 new videos created for Wa Na Wari's virtual house party fundraiser: https://www.youtube.com/watch?v=9Zf8CPiDlXA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}