Information about plays

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

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

{
    "id": 3562892,
    "uri": "https://api.kexp.org/v2/plays/3562892/?format=api",
    "airdate": "2025-10-09T02:11:44-07:00",
    "show": 64784,
    "show_uri": "https://api.kexp.org/v2/shows/64784/?format=api",
    "image_uri": "https://coverartarchive.org/release/9c52fd28-8d63-41c2-bf23-12028effe281/4294503440-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9c52fd28-8d63-41c2-bf23-12028effe281/4294503440-250.jpg",
    "song": "Break North",
    "track_id": null,
    "recording_id": "484140a6-b94f-4cb5-b2dd-d064163d717c",
    "artist": "Ultramagnetic MC’s",
    "artist_ids": [
        "911fc89f-aea6-463a-9622-b7d8ede07af5"
    ],
    "album": "Critical Beatdown",
    "release_id": null,
    "release_group_id": "6d86a75b-1082-36dc-9f4a-3840e0f3aa56",
    "labels": [
        "Next Plateau Records Inc."
    ],
    "label_ids": [
        "29d7fbd2-d3c9-4679-ab6f-311dc1473bb5"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the debut studio album by Ultramagnetic MCs,\n\"Break North\" sampled David Bowie's \"Fame\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}