Information about plays

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

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

{
    "id": 3580056,
    "uri": "https://api.kexp.org/v2/plays/3580056/?format=api",
    "airdate": "2025-11-19T02:05:29-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://coverartarchive.org/release/270ebdfc-14cf-4358-b8dc-3478e9ba770c/38590426004-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/270ebdfc-14cf-4358-b8dc-3478e9ba770c/38590426004-250.jpg",
    "song": "Hell on Earth (Front Lines)",
    "track_id": null,
    "recording_id": "567f8ca0-e269-4056-a8c4-46dbb61d5275",
    "artist": "Mobb Deep",
    "artist_ids": [
        "d75d1f08-bbb8-4eae-9877-399ca9121197"
    ],
    "album": "Hell On Earth",
    "release_id": null,
    "release_group_id": "909556c6-4f18-4eb4-ab68-a861e792d7a2",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "1996-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mobb Deep released this album on this day in 1996! We are celebrating 1996 for 50 years of Hip Hop this week, and you can check out the podcast episode on DJ Screw for 1996 here: https://www.kexp.org/podcasts/50-years-of-hip-hop/2023/11/15/1996-3-n-the-mornin-part-two-by-dj-screw/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}