Information about plays

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

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

{
    "id": 3589966,
    "uri": "https://api.kexp.org/v2/plays/3589966/?format=api",
    "airdate": "2025-12-12T02:07:20-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "https://ia800604.us.archive.org/34/items/mbid-965cdcb2-ec5e-43ff-ba2a-839bd2e06df3/mbid-965cdcb2-ec5e-43ff-ba2a-839bd2e06df3-43289751584_thumb500.jpg",
    "thumbnail_uri": "https://ia600604.us.archive.org/34/items/mbid-965cdcb2-ec5e-43ff-ba2a-839bd2e06df3/mbid-965cdcb2-ec5e-43ff-ba2a-839bd2e06df3-43289751584_thumb250.jpg",
    "song": "Survivor’s Remorse",
    "track_id": "0fceab00-865e-4ccf-b39b-53e06c36efdf",
    "recording_id": "4878de1a-2a1e-43dc-9d4f-ccbac39e0823",
    "artist": "7xvethegenius",
    "artist_ids": [
        "0bc9d241-556f-4bba-8ea7-e0bb7d2c7e19"
    ],
    "album": "Self 7xve 3",
    "release_id": "965cdcb2-ec5e-43ff-ba2a-839bd2e06df3",
    "release_group_id": "0a1f19ef-58c1-4a90-859e-ec72186670bd",
    "labels": [
        "Broadband Sound"
    ],
    "label_ids": [
        "862c3ae4-30d0-4113-a630-bd346f6ad281"
    ],
    "release_date": "2025-10-14",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}