Information about plays

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

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

{
    "id": 3656855,
    "uri": "https://api.kexp.org/v2/plays/3656855/?format=api",
    "airdate": "2026-05-19T14:02:14-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-00c41059-65db-3364-8b00-064290c54761/mbid-00c41059-65db-3364-8b00-064290c54761-30682300170_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-00c41059-65db-3364-8b00-064290c54761/mbid-00c41059-65db-3364-8b00-064290c54761-30682300170_thumb250.jpg",
    "song": "Burning Up",
    "track_id": "069f4e83-2fda-360b-bba7-b79d9ef7787a",
    "recording_id": "800a43b1-41e7-41d8-aaf9-578c72cc7a12",
    "artist": "Ladytron",
    "artist_ids": [
        "b45335d1-5219-4262-a44d-936aa36eeaed"
    ],
    "album": "Velocifero",
    "release_id": "00c41059-65db-3364-8b00-064290c54761",
    "release_group_id": "44c4c24d-bb68-3192-8c8f-8f5785bd36e2",
    "labels": [
        "Nettwerk"
    ],
    "label_ids": [
        "8aa0e885-1cbb-474d-9b74-ae8446989417"
    ],
    "release_date": "2008-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Though their fourth album, Velocifero was the first of Ladytron's releases to be issued by Nettwerk Records - released on this day in 2008!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}