Information about plays

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

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

{
    "id": 3570373,
    "uri": "https://api.kexp.org/v2/plays/3570373/?format=api",
    "airdate": "2025-10-26T21:15:36-07:00",
    "show": 64943,
    "show_uri": "https://api.kexp.org/v2/shows/64943/?format=api",
    "image_uri": "https://coverartarchive.org/release/85589feb-dfeb-4471-b955-0f8a22c7b42c/29770138628-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/85589feb-dfeb-4471-b955-0f8a22c7b42c/29770138628-250.jpg",
    "song": "Pressure",
    "track_id": null,
    "recording_id": "78ff7ea5-4178-47d9-81b5-f65d6000459a",
    "artist": "The Bug, Flowdan",
    "artist_ids": [],
    "album": "Fire",
    "release_id": null,
    "release_group_id": "5fefbed8-f7a9-41dd-8f50-dd1b96a35172",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2021-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://thebugmusic.bandcamp.com/album/fire-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}