Information about plays

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

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

{
    "id": 3636022,
    "uri": "https://api.kexp.org/v2/plays/3636022/?format=api",
    "airdate": "2026-03-31T13:20:22-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "If You Want It",
    "track_id": null,
    "recording_id": "026ce8f1-fdcc-44cd-98aa-3a3dda713051",
    "artist": "TV Girl",
    "artist_ids": [
        "38f0c7ac-46eb-49ca-b3ab-c785ccd05a60"
    ],
    "album": "TV Girl",
    "release_id": null,
    "release_group_id": "58bc08d9-59e0-4a70-9a59-f6e0d8c159eb",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2010-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If You Want It\" was heavily inspired by sampling Todd Rundgren's 1973 song \"Hello It's Me\" (also sampled in Erykah Badu's  \"Hello.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}