Information about plays

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

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

{
    "id": 3632520,
    "uri": "https://api.kexp.org/v2/plays/3632520/?format=api",
    "airdate": "2026-03-22T22:25:20-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Frances",
    "track_id": null,
    "recording_id": null,
    "artist": "Waajeed",
    "artist_ids": [
        "aa381f41-9b83-4260-b1bc-cbe72207fc46"
    ],
    "album": "Mother EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet E"
    ],
    "label_ids": [
        "a0fb31fd-1faa-42fd-9bbe-7da22b83a42e"
    ],
    "release_date": "2018-03-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on Carl Craig's label, Planet E!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}