Information about plays

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

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

{
    "id": 3579592,
    "uri": "https://api.kexp.org/v2/plays/3579592/?format=api",
    "airdate": "2025-11-17T23:43:19-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9341fa6-bbd0-410e-a085-71e0ea3ac6eb/30819317907-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9341fa6-bbd0-410e-a085-71e0ea3ac6eb/30819317907-250.jpg",
    "song": "Hope in a Smoke Filled Room",
    "track_id": null,
    "recording_id": null,
    "artist": "Eris Drew",
    "artist_ids": [
        "8cd2d139-7257-4d8c-9247-621bfb742e6e"
    ],
    "album": "DJ-Kicks: Eris Drew",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eris Drew curates the latest entry in the venerable DJ-Kicks series!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}