Information about plays

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

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

{
    "id": 3616413,
    "uri": "https://api.kexp.org/v2/plays/3616413/?format=api",
    "airdate": "2026-02-12T03:20:45-08:00",
    "show": 65910,
    "show_uri": "https://api.kexp.org/v2/shows/65910/?format=api",
    "image_uri": "https://coverartarchive.org/release/c25da7aa-41bf-347d-bbb2-3e998e707b3a/14603999142-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c25da7aa-41bf-347d-bbb2-3e998e707b3a/14603999142-250.jpg",
    "song": "Bostich",
    "track_id": null,
    "recording_id": "ae60bc9b-b510-431b-ae31-80ac361de444",
    "artist": "Yello",
    "artist_ids": [
        "c616aef1-e21f-46f8-864f-b7bad96f41b2"
    ],
    "album": "Solid Pleasure",
    "release_id": null,
    "release_group_id": "fbf527de-969d-3798-855e-d0c51797840b",
    "labels": [
        "Vertigo"
    ],
    "label_ids": [
        "1b3b52a5-ef89-4f8b-8d5f-e15a7a58863b"
    ],
    "release_date": "1980-10-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yello is a Swiss electronic duo best known for their 1985 single \"Oh Yeah\" which was featured in Ferris Bueller's Day Off, Uncle Buck, and The Simpsons.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}