Information about plays

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

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

{
    "id": 3585150,
    "uri": "https://api.kexp.org/v2/plays/3585150/?format=api",
    "airdate": "2025-11-30T18:59:13-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Have Changed",
    "track_id": null,
    "recording_id": "332009db-d7cc-423b-a27a-0f89dd7db681",
    "artist": "H.P. Riot",
    "artist_ids": [
        "efaaab7c-fe23-4ea9-9a9f-f5708c890dea"
    ],
    "album": "H.P. Riot",
    "release_id": null,
    "release_group_id": "76d83f27-27e4-3216-bf5e-06a2e8468feb",
    "labels": [
        "Concept Records"
    ],
    "label_ids": [
        "be4efdeb-59a8-4865-9273-ea026e97d1b2"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "H.P. Riot released \"I Have Changed\" in 1973.\n\nThe funk band known as H.P. Riot was named after its San Francisco, CA home neighborhood that was marred by race riots in 1966. They have often been confused as being Canadian because Concept Records was based in Regina, Saskatchewan and they spent much of their time touring western Canada.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}