Information about plays

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

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

{
    "id": 3547032,
    "uri": "https://api.kexp.org/v2/plays/3547032/?format=api",
    "airdate": "2025-08-31T04:26:06-07:00",
    "show": 64434,
    "show_uri": "https://api.kexp.org/v2/shows/64434/?format=api",
    "image_uri": "https://coverartarchive.org/release/3591d22e-fdc5-309a-91d3-7bbafe086d6c/14851814631-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3591d22e-fdc5-309a-91d3-7bbafe086d6c/14851814631-250.jpg",
    "song": "Autobahn",
    "track_id": null,
    "recording_id": null,
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Autobahn",
    "release_id": null,
    "release_group_id": "f73729e8-4501-3088-aa20-44945296036e",
    "labels": [
        "Kling Klang"
    ],
    "label_ids": [
        "142df2b2-07ea-43bd-9df9-4a2627ec6bb5"
    ],
    "release_date": "1974-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}