Information about plays

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

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

{
    "id": 3571612,
    "uri": "https://api.kexp.org/v2/plays/3571612/?format=api",
    "airdate": "2025-10-30T00:38:00-07:00",
    "show": 64969,
    "show_uri": "https://api.kexp.org/v2/shows/64969/?format=api",
    "image_uri": "https://coverartarchive.org/release/b53308d1-06ed-4b25-994a-2fefe15e0cb5/30769677491-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b53308d1-06ed-4b25-994a-2fefe15e0cb5/30769677491-250.jpg",
    "song": "Witches",
    "track_id": null,
    "recording_id": "9022cdff-3726-4874-b44d-d95a21b5081b",
    "artist": "Alice Phoebe Lou",
    "artist_ids": [
        "9c14317c-87b9-4f7c-a5a5-80add17a1709"
    ],
    "album": "Witches",
    "release_id": null,
    "release_group_id": "a1d591fe-2db1-4bdb-8c7d-2e8aa3cff601",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-03-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://alicephoebelou.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}