Information about plays

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

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

{
    "id": 3519531,
    "uri": "https://api.kexp.org/v2/plays/3519531/?format=api",
    "airdate": "2025-06-27T13:22:27-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://ia802204.us.archive.org/21/items/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb-9553035318_thumb500.jpg",
    "thumbnail_uri": "https://ia902204.us.archive.org/21/items/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb/mbid-eb9f1d2f-1052-382a-a263-334931a8acfb-9553035318_thumb250.jpg",
    "song": "Mashin' on the Motorway",
    "track_id": "5d993d19-49f7-3c52-9951-4ad0503100e4",
    "recording_id": "2912e736-9118-44cd-9803-3b2b84aa1ccb",
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "The Private Press",
    "release_id": "53a0cd48-3ac6-3da2-abe6-13c99c94fb85",
    "release_group_id": "c6881bae-1bce-3e06-bb3d-e57c2670e16c",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Adam!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}