Information about plays

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

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

{
    "id": 3649361,
    "uri": "https://api.kexp.org/v2/plays/3649361/?format=api",
    "airdate": "2026-05-02T03:35:02-07:00",
    "show": 66605,
    "show_uri": "https://api.kexp.org/v2/shows/66605/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Full Moon Serenade",
    "track_id": null,
    "recording_id": "2df67e30-4b98-451e-b0ac-cc6130a2824a",
    "artist": "Laraaji, Dallas Acid, Arji OceAnanda",
    "artist_ids": [],
    "album": "Arrive Without Leaving",
    "release_id": null,
    "release_group_id": "b1612b0a-07c4-459c-816a-13dd9c1d71d6",
    "labels": [
        "Flying Moonlight"
    ],
    "label_ids": [
        "4f6f0c55-83fb-40ae-935e-51471e503a53"
    ],
    "release_date": "2018-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}