Information about plays

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

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

{
    "id": 3570792,
    "uri": "https://api.kexp.org/v2/plays/3570792/?format=api",
    "airdate": "2025-10-28T00:00:19-07:00",
    "show": 64953,
    "show_uri": "https://api.kexp.org/v2/shows/64953/?format=api",
    "image_uri": "https://coverartarchive.org/release/51cad2a4-464c-4ade-b0ff-dcfe56820f4f/26848332979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/51cad2a4-464c-4ade-b0ff-dcfe56820f4f/26848332979-250.jpg",
    "song": "Sunshine's Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "Dubtribe",
    "artist_ids": [],
    "album": "Sound System",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Organico"
    ],
    "label_ids": [
        "3690d1fc-24d7-4992-9471-ec10bf7305eb"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Is it too much to ask to get some Dubtribe Sound System piped into SeaTac?)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}