Information about plays

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

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

{
    "id": 3586752,
    "uri": "https://api.kexp.org/v2/plays/3586752/?format=api",
    "airdate": "2025-12-04T14:04:36-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "https://ia600207.us.archive.org/28/items/mbid-6a33c698-02df-420a-bcd0-cd9029ae9210/mbid-6a33c698-02df-420a-bcd0-cd9029ae9210-22541082628_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/28/items/mbid-6a33c698-02df-420a-bcd0-cd9029ae9210/mbid-6a33c698-02df-420a-bcd0-cd9029ae9210-22541082628_thumb250.jpg",
    "song": "Give It Up (main version)",
    "track_id": "024d7e7e-83e4-38f9-a3c5-12cddefe89d3",
    "recording_id": "f14e64af-1f21-49e5-b449-fd5e90b6bac1",
    "artist": "Public Enemy",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca"
    ],
    "album": "Give It Up",
    "release_id": "6a33c698-02df-420a-bcd0-cd9029ae9210",
    "release_group_id": "8d99dd27-fcb9-3e99-a2ac-d3e56010c514",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Give It Up\" sampled the hook from \"Opus De Soul\" by Albert King, Steve Cropper and Pop Staples, \"I Got You (I Feel Good)\" by James Brown, \"Theme From Shaft\" by Isaac Hayes, \"Think (About It)\" by Lyn Collins, \"Whoomp! (There It Is)\" by Tag Team and \"Rebel Without a Pause\" by Public Enemy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}