Information about plays

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

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

{
    "id": 3520265,
    "uri": "https://api.kexp.org/v2/plays/3520265/?format=api",
    "airdate": "2025-06-29T04:54:14-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia600408.us.archive.org/17/items/mbid-3ad6247d-5e86-42cb-bfea-f8959261b99d/mbid-3ad6247d-5e86-42cb-bfea-f8959261b99d-42078295713_thumb500.jpg",
    "thumbnail_uri": "https://dn721307.ca.archive.org/0/items/mbid-3ad6247d-5e86-42cb-bfea-f8959261b99d/mbid-3ad6247d-5e86-42cb-bfea-f8959261b99d-42078295713_thumb250.jpg",
    "song": "Killer",
    "track_id": "ab1c8bb0-bd05-4755-8813-35fe561da96a",
    "recording_id": "c74e6fa5-d5cb-4738-84bd-66ee120f4c9b",
    "artist": "Mal Blum",
    "artist_ids": [
        "9fab4271-09a4-452d-b0bf-c59f8e5532cb"
    ],
    "album": "The Villain",
    "release_id": "3ad6247d-5e86-42cb-bfea-f8959261b99d",
    "release_group_id": "634329ba-5047-4ef4-9226-67bad4482ef4",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2025-07-11",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}