Information about plays

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

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

{
    "id": 3543518,
    "uri": "https://api.kexp.org/v2/plays/3543518/?format=api",
    "airdate": "2025-08-22T23:37:17-07:00",
    "show": 64359,
    "show_uri": "https://api.kexp.org/v2/shows/64359/?format=api",
    "image_uri": "https://coverartarchive.org/release/ed2cc5b2-fdb9-42f3-9ab4-9e92015f25dd/35162662652-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ed2cc5b2-fdb9-42f3-9ab4-9e92015f25dd/35162662652-250.jpg",
    "song": "Deep Cover (radio version)",
    "track_id": null,
    "recording_id": "7f0ce9c7-333f-4186-a81d-ef7572ac32bb",
    "artist": "Dr. Dre introducing Snoop Doggy Dogg",
    "artist_ids": [
        "5f6ab597-f57a-40da-be9e-adad48708203",
        "f90e8b26-9e52-4669-a5c9-e28529c47894"
    ],
    "album": "Deep Cover",
    "release_id": null,
    "release_group_id": "c9443e27-3c69-37b2-8e52-0d6d869d491a",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On April 9, 1992, Dr. Dre introduced the world to a then unknown Snoop Dogg in his debut song, “Deep Cover,” the first track Dre released after the dissolution of N.W.A. and one of the hardest tracks in rap history.: https://thesource.com/2016/04/09/today-in-hip-hop-history-dr-dre-dropped-1992s-deep-cover/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}