Information about plays

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

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

{
    "id": 3547314,
    "uri": "https://api.kexp.org/v2/plays/3547314/?format=api",
    "airdate": "2025-08-31T21:23:28-07:00",
    "show": 64440,
    "show_uri": "https://api.kexp.org/v2/shows/64440/?format=api",
    "image_uri": "https://coverartarchive.org/release/21d8c553-8313-4372-b2ac-84c3e29745a5/10094774265-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/21d8c553-8313-4372-b2ac-84c3e29745a5/10094774265-250.jpg",
    "song": "Tamboule Fudgemunk",
    "track_id": null,
    "recording_id": "fbea3c4f-25e4-4849-bacb-0697d8d7c0b3",
    "artist": "Max Graef",
    "artist_ids": [
        "e87c97b2-0350-40c4-9d23-2fc4a6783966"
    ],
    "album": "Rivers of the Red Planet",
    "release_id": null,
    "release_group_id": "30daf7e0-577b-4dfa-ab07-54e7d565f827",
    "labels": [
        "Tartelet Records"
    ],
    "label_ids": [
        "7a2efac9-692f-4b26-9f55-c42d4c608bcc"
    ],
    "release_date": "2014-03-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://maxgraef.bandcamp.com/album/rivers-of-the-red-planet-tartalb003",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}