Information about plays

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

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

{
    "id": 3578072,
    "uri": "https://api.kexp.org/v2/plays/3578072/?format=api",
    "airdate": "2025-11-14T13:15:34-08:00",
    "show": 65107,
    "show_uri": "https://api.kexp.org/v2/shows/65107/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "WOOSAH",
    "track_id": null,
    "recording_id": "f232b5f1-e190-432c-bdff-daefa81826c6",
    "artist": "Dean Blunt",
    "artist_ids": [
        "e8bd5b47-e8b4-4671-a9f6-590a92e88898"
    ],
    "album": "BLACK METAL 2",
    "release_id": null,
    "release_group_id": "01226309-dc03-4c2e-9ff6-64a92d5eb51b",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2021-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}