Information about plays

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

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

{
    "id": 3538529,
    "uri": "https://api.kexp.org/v2/plays/3538529/?format=api",
    "airdate": "2025-08-10T22:47:44-07:00",
    "show": 64256,
    "show_uri": "https://api.kexp.org/v2/shows/64256/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mushrooms (Salt City Orchestra remix)",
    "track_id": null,
    "recording_id": "3701d835-f599-4a05-8092-b451d5f4a7d0",
    "artist": "Marshall Jefferson vs. Noosa Heads",
    "artist_ids": [
        "93938558-9a84-4a7f-a15c-6f145100ff5c",
        "5ab52abd-84e6-42fc-bc95-1cd7d7770784"
    ],
    "album": "Mushrooms",
    "release_id": null,
    "release_group_id": "df6e1e22-0884-446d-9196-43b945770901",
    "labels": [
        "Dark Grooves Records"
    ],
    "label_ids": [
        "798b3501-3be5-4b71-9157-1ce85a94433a"
    ],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}