Information about plays

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

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

{
    "id": 3520420,
    "uri": "https://api.kexp.org/v2/plays/3520420/?format=api",
    "airdate": "2025-06-29T14:13:37-07:00",
    "show": 63873,
    "show_uri": "https://api.kexp.org/v2/shows/63873/?format=api",
    "image_uri": "https://coverartarchive.org/release/7624c63d-919f-495f-a3b7-2ff15e9cc821/32051322905-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7624c63d-919f-495f-a3b7-2ff15e9cc821/32051322905-250.jpg",
    "song": "Menergy",
    "track_id": null,
    "recording_id": "a96f6b77-8bc3-4365-8ec2-d77671dad295",
    "artist": "Chicago Bad Boys",
    "artist_ids": [
        "b7d5e29c-15a5-425a-9523-dc4858937de0"
    ],
    "album": "Chicago Bad Boys",
    "release_id": null,
    "release_group_id": "4231944b-50b8-4017-8e94-fa9b68741d62",
    "labels": [
        "Djax-Up-Beats"
    ],
    "label_ids": [
        "693dfc59-3694-48f4-b63d-b7cebb8ee895"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chicago Bad Boys is a collective of Chicago house music producers and DJs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}