Information about plays

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

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

{
    "id": 3571619,
    "uri": "https://api.kexp.org/v2/plays/3571619/?format=api",
    "airdate": "2025-10-30T01:00:39-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/8ff5237d-4260-4019-ba7f-e2b3c19c32a0/43399518216-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8ff5237d-4260-4019-ba7f-e2b3c19c32a0/43399518216-250.jpg",
    "song": "Knuck If You Buck",
    "track_id": null,
    "recording_id": "936ec764-57d8-4db1-b42b-d2e39007679f",
    "artist": "Crime Mob featuring Lil Scrappy",
    "artist_ids": [
        "df1f766d-798c-480c-8409-708ffa1320c5",
        "77fafce8-a32f-4d42-bdce-266bbf913cee"
    ],
    "album": "Crime Mob",
    "release_id": null,
    "release_group_id": "03a67f87-fab0-3915-88d0-dabc8812fa7d",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2004-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Lil Jay, the beat for this song was inspired by a real-life brawl that happened at his house.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}