Information about plays

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

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

{
    "id": 3632508,
    "uri": "https://api.kexp.org/v2/plays/3632508/?format=api",
    "airdate": "2026-03-22T21:16:13-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never (Waajeed Remix)",
    "track_id": null,
    "recording_id": "7c6688a8-890e-4110-b539-d6a49aab1c96",
    "artist": "Fred Everything",
    "artist_ids": [
        "f9d503e9-e137-4158-9975-cfc1844f8696"
    ],
    "album": "Love, Care, Kindness & Remixes",
    "release_id": null,
    "release_group_id": "2bb7e83c-ed98-4600-89f3-79cbf718e414",
    "labels": [
        "Lazy Days Recordings"
    ],
    "label_ids": [
        "64a6ed16-516b-4fa1-ad34-7d06556fb780"
    ],
    "release_date": "2024-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Waajeed remixed this too!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}