Information about plays

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

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

{
    "id": 3578719,
    "uri": "https://api.kexp.org/v2/plays/3578719/?format=api",
    "airdate": "2025-11-15T22:12:45-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Trash Bag",
    "track_id": null,
    "recording_id": "ae3e33b2-e5af-4e35-9aa9-faac8f5275a6",
    "artist": "The Guilty Pleasures",
    "artist_ids": [
        "7a57d9fb-6294-462f-a86e-8fcf7383e007"
    ],
    "album": "Summer Strange",
    "release_id": null,
    "release_group_id": "d3f6200c-5260-45fb-bc7b-9ad3c1a4bf96",
    "labels": [
        "Dusty Medical Records"
    ],
    "label_ids": [
        "1b5200e4-b1ba-440f-a485-126fcd7dba4a"
    ],
    "release_date": "2011-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}