Information about plays

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

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

{
    "id": 3576479,
    "uri": "https://api.kexp.org/v2/plays/3576479/?format=api",
    "airdate": "2025-11-10T15:50:44-08:00",
    "show": 65074,
    "show_uri": "https://api.kexp.org/v2/shows/65074/?format=api",
    "image_uri": "https://dn710103.ca.archive.org/0/items/mbid-a7a6ec18-9437-4a62-80f5-205922c3f9e6/mbid-a7a6ec18-9437-4a62-80f5-205922c3f9e6-40717154478_thumb500.jpg",
    "thumbnail_uri": "https://dn710103.ca.archive.org/0/items/mbid-a7a6ec18-9437-4a62-80f5-205922c3f9e6/mbid-a7a6ec18-9437-4a62-80f5-205922c3f9e6-40717154478_thumb250.jpg",
    "song": "Two Dope Boyz (In A Cadillac)",
    "track_id": "ae01023b-8893-4e61-8a36-675820c50b08",
    "recording_id": "29edbc9c-3d52-4cf0-98fd-eb714799be6c",
    "artist": "OutKast",
    "artist_ids": [
        "73fdb566-a9b1-494c-9f32-51768ec9fd27"
    ],
    "album": "ATLiens",
    "release_id": "a7a6ec18-9437-4a62-80f5-205922c3f9e6",
    "release_group_id": "672fa6be-ae6a-38a2-a0d3-6a393a3929bf",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Greetings, earthlings, want to see the video for \"Two Dope Boyz\" https://www.youtube.com/watch?v=OroPwpvRDM0 \n--\nThis track off of ATLiens samples “D.E.E.P.” from Southernplayalisticadillacmuzik, and “Danger, She’s A Stranger” by The Five Stairsteps.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}