Information about plays

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

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

{
    "id": 3639377,
    "uri": "https://api.kexp.org/v2/plays/3639377/?format=api",
    "airdate": "2026-04-08T07:46:16-07:00",
    "show": 66398,
    "show_uri": "https://api.kexp.org/v2/shows/66398/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-7384bcd8-9573-4360-937c-abb9e47d43a6/mbid-7384bcd8-9573-4360-937c-abb9e47d43a6-17306439974_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-7384bcd8-9573-4360-937c-abb9e47d43a6/mbid-7384bcd8-9573-4360-937c-abb9e47d43a6-17306439974_thumb250.jpg",
    "song": "Bye Bye Bayou",
    "track_id": "ec6d4990-7ccf-3a97-8b0f-441eb66d593b",
    "recording_id": "d09afc0c-5e7f-4a01-9b4d-192e14da212b",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "Bye Bye Bayou",
    "release_id": "cabd3d92-fe3d-4933-aa12-daba6c952f0d",
    "release_group_id": "4582175e-71be-4d55-9b9d-5182856acd16",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2009-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the song from Alan Vega of Suicide that appears on his debut solo album from 1980.\n\nhttps://lcdsoundsystem.com/\nhttps://lcdsoundsystem.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}