Information about plays

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

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

{
    "id": 3605743,
    "uri": "https://api.kexp.org/v2/plays/3605743/?format=api",
    "airdate": "2026-01-17T22:40:36-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kids Just Wanna Dance",
    "track_id": null,
    "recording_id": "782eb7e2-eee4-477b-9af6-5a14ac68ed30",
    "artist": "The Fast",
    "artist_ids": [
        "e9cf75ad-a0a6-4d57-9482-ef54f525b599"
    ],
    "album": "The Fast for Sale",
    "release_id": null,
    "release_group_id": "be4db341-139c-4c18-bce6-34dc77270149",
    "labels": [
        "Recca Records"
    ],
    "label_ids": [
        "d80504ec-cd27-48c9-9307-5fbaa5fcce07"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in New York City in the mid 1970s by brothers Paul Zone, Miki Zone, and Mandy Zone.  The Fast was an integral/influential part of the Max's Kansas City/CBGB scene alongside Blondie and the Ramones,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}