Information about plays

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

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

{
    "id": 3622678,
    "uri": "https://api.kexp.org/v2/plays/3622678/?format=api",
    "airdate": "2026-02-26T18:28:16-08:00",
    "show": 66037,
    "show_uri": "https://api.kexp.org/v2/shows/66037/?format=api",
    "image_uri": "https://ia801308.us.archive.org/21/items/mbid-098060d4-ba3c-469d-88b0-08642261c7ab/mbid-098060d4-ba3c-469d-88b0-08642261c7ab-16982989934_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/21/items/mbid-098060d4-ba3c-469d-88b0-08642261c7ab/mbid-098060d4-ba3c-469d-88b0-08642261c7ab-16982989934_thumb250.jpg",
    "song": "Something About Us",
    "track_id": "3c3d12cf-a852-3688-80b6-ec022dcaf99e",
    "recording_id": "defbfcb2-7a5c-4456-be28-b7e5ccf92cc2",
    "artist": "Daft Punk",
    "artist_ids": [
        "056e4f3e-d505-4dad-8ec1-d04f521cbb56"
    ],
    "album": "Discovery",
    "release_id": "098060d4-ba3c-469d-88b0-08642261c7ab",
    "release_group_id": "48117b90-a16e-34ca-a514-19c702df1158",
    "labels": [
        "Daft Life Limited"
    ],
    "label_ids": [
        "61668889-f6cd-48bd-b221-622028b67c1b"
    ],
    "release_date": "2001-03-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 2001, Daft Punk release Discovery!\n\nSomething About Us is one of the more introspective, soulful tracks on Daft Punk’s Discovery. \n\nIt was released as the sixth and final single from Discovery, where it’s full title is Something About Us (Love Theme from Interstella 5555), the album’s corresponding animated film.\n\nRead more about the song here: https://reverbmachine.com/blog/how-daft-punk-created-something-about-us/\n\nWatch the official video here: https://youtu.be/sOS9aOIXPEk?si=RQ5RgwS2gCxII4ez",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}