Information about plays

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

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

{
    "id": 3585499,
    "uri": "https://api.kexp.org/v2/plays/3585499/?format=api",
    "airdate": "2025-12-01T17:27:53-08:00",
    "show": 65264,
    "show_uri": "https://api.kexp.org/v2/shows/65264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eastwest (Stoned Together)",
    "track_id": null,
    "recording_id": "09df0733-f995-4e1b-9526-b151e38709a2",
    "artist": "Mama Oliver",
    "artist_ids": [
        "021fd397-1f44-49bc-81b0-16e493d6ecc0"
    ],
    "album": "Kruder & Dorfmeister: The K&D Sessions TM",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2014-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://k7records.bandcamp.com/album/kruder-dorfmeister-the-k-d-sessions-tm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}