Information about plays

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

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

{
    "id": 3520271,
    "uri": "https://api.kexp.org/v2/plays/3520271/?format=api",
    "airdate": "2025-06-29T05:13:12-07:00",
    "show": 63867,
    "show_uri": "https://api.kexp.org/v2/shows/63867/?format=api",
    "image_uri": "https://ia902801.us.archive.org/25/items/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099-23545645563_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/25/items/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099/mbid-226cf4f4-bd6a-30d0-84b8-889e55e3d099-23545645563_thumb250.jpg",
    "song": "Parklife",
    "track_id": "f8e380d0-c132-311b-b1a5-4def082efcda",
    "recording_id": "56a8f0be-d69d-462f-815d-fe7689155750",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Parklife",
    "release_id": "226cf4f4-bd6a-30d0-84b8-889e55e3d099",
    "release_group_id": "67461c8e-d864-3910-9bf4-39e44357aac9",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}