Information about plays

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

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

{
    "id": 3539432,
    "uri": "https://api.kexp.org/v2/plays/3539432/?format=api",
    "airdate": "2025-08-13T03:15:58-07:00",
    "show": 64275,
    "show_uri": "https://api.kexp.org/v2/shows/64275/?format=api",
    "image_uri": "https://coverartarchive.org/release/39eccaa9-8a77-4feb-bdd5-35416bf1d438/42005117219-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/39eccaa9-8a77-4feb-bdd5-35416bf1d438/42005117219-250.jpg",
    "song": "Orange Coloured Liquid (Placid Angles Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Alex Kassian",
    "artist_ids": [
        "5b778294-f826-43ce-a35f-dd6395de640e"
    ],
    "album": "Orange Coloured Liquid",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Test Pressing"
    ],
    "label_ids": [
        "7dad914e-9fc8-41dd-a0ad-dd1324f67f67"
    ],
    "release_date": "2025-05-23",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alex Kassian and Placid Angles' super dreamy take on Spooky's 1993 classic - https://alexkassian2.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}