Information about plays

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

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

{
    "id": 3561257,
    "uri": "https://api.kexp.org/v2/plays/3561257/?format=api",
    "airdate": "2025-10-04T15:28:37-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia801608.us.archive.org/29/items/mbid-fb23d746-f4c6-4403-a891-815a767ae53f/mbid-fb23d746-f4c6-4403-a891-815a767ae53f-39881316058_thumb500.jpg",
    "thumbnail_uri": "https://ia801608.us.archive.org/29/items/mbid-fb23d746-f4c6-4403-a891-815a767ae53f/mbid-fb23d746-f4c6-4403-a891-815a767ae53f-39881316058_thumb250.jpg",
    "song": "Bugman",
    "track_id": "2d3a8d30-7ecf-4bd4-a5bc-4f08ea2a9d5f",
    "recording_id": "cda2dd9e-a853-499d-beb6-e3385484db6a",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "13",
    "release_id": "7aef9b0e-4f90-4671-a127-c24cad0a21a4",
    "release_group_id": "307e8da2-8e8b-3bde-9324-5162501166d1",
    "labels": [
        "Virgin",
        "Food"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "4da71031-2698-4778-9eed-5a441ea83fcc"
    ],
    "release_date": "1999-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#707 Blur - 13\n\nBlur's 6th album!\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}