Information about plays

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

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

{
    "id": 3573551,
    "uri": "https://api.kexp.org/v2/plays/3573551/?format=api",
    "airdate": "2025-11-03T15:44:14-08:00",
    "show": 65014,
    "show_uri": "https://api.kexp.org/v2/shows/65014/?format=api",
    "image_uri": "https://ia601008.us.archive.org/17/items/mbid-93180e29-1afb-424f-81af-b93f19d0bed5/mbid-93180e29-1afb-424f-81af-b93f19d0bed5-43114658394_thumb500.jpg",
    "thumbnail_uri": "https://dn710102.ca.archive.org/0/items/mbid-93180e29-1afb-424f-81af-b93f19d0bed5/mbid-93180e29-1afb-424f-81af-b93f19d0bed5-43114658394_thumb250.jpg",
    "song": "everybody want me but my lover",
    "track_id": "a49b0b77-07c1-4a79-8273-fea0959567a6",
    "recording_id": "c6868b0d-27b1-4180-b182-dbb11d3013df",
    "artist": "Deem Spencer",
    "artist_ids": [
        "1bd40313-cee9-4ab6-b2e1-16384c1f2e97"
    ],
    "album": "Pain & the people around me",
    "release_id": "93180e29-1afb-424f-81af-b93f19d0bed5",
    "release_group_id": "b650dbaa-1aa6-46bc-9e44-62f01089295f",
    "labels": [
        "drink sum wtr"
    ],
    "label_ids": [
        "778a90c4-21ff-4035-b3dc-80f62d0e989c"
    ],
    "release_date": "2025-11-14",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}