Information about plays

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

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

{
    "id": 3570078,
    "uri": "https://api.kexp.org/v2/plays/3570078/?format=api",
    "airdate": "2025-10-26T03:23:37-07:00",
    "show": 64937,
    "show_uri": "https://api.kexp.org/v2/shows/64937/?format=api",
    "image_uri": "https://coverartarchive.org/release/06d996dc-43b2-43a6-8151-855bf11ee052/27963011287-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/06d996dc-43b2-43a6-8151-855bf11ee052/27963011287-250.jpg",
    "song": "Mystic Link",
    "track_id": null,
    "recording_id": null,
    "artist": "Akasha System",
    "artist_ids": [
        "15d08785-3073-419f-b6d4-8451eff37017"
    ],
    "album": "Sun Archive",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "100% Silk"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "All becomes one when the Sun comes to Earth - https://akashasystem.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}