Information about plays

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

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

{
    "id": 3553467,
    "uri": "https://api.kexp.org/v2/plays/3553467/?format=api",
    "airdate": "2025-09-15T18:36:45-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "4K",
    "track_id": null,
    "recording_id": "65a457c5-4989-4535-b41f-d76453bdebe7",
    "artist": "El Alfa, Darell & Noriel",
    "artist_ids": [
        "0887484d-aed1-4aa6-9862-930a25815696",
        "28e6d28f-e134-476f-bcad-26051c27c9ba",
        "cd277e93-dbc4-4565-be57-44264413f28b"
    ],
    "album": "4K",
    "release_id": null,
    "release_group_id": "cfc6ab1e-0f2b-4e7f-8370-f95f84cefed2",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ynfynyt Scroll Edit!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}