Information about plays

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

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

{
    "id": 3598687,
    "uri": "https://api.kexp.org/v2/plays/3598687/?format=api",
    "airdate": "2026-01-01T04:39:57-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drop",
    "track_id": null,
    "recording_id": "2b738933-b5ed-4bfa-975c-d16fe031297f",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Labcabincalifornia",
    "release_id": null,
    "release_group_id": "d0dc0be5-53ec-3810-8683-ba1dfac644f8",
    "labels": [
        "Delicious Vinyl"
    ],
    "label_ids": [
        "fa21d4fc-2f5b-48df-9f70-066f0d8cfc3e"
    ],
    "release_date": "1995-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling Beastie Boys' 1986 track \"The New Style\", The Pharcyde’s \"Drop\" off 'Labcabincalifornia,' was produced by the masterful J Dilla, and uses Ad-Rock’s iconic 'drop' as a hook. \n\n\"Drop\" also had an innovative, Spike Jonze-directed music video―featuring the Pharcyde and appearances from Ad-Rock and Mike D, the hit clip went in reverse, and many viewers were left wondering how it was made.\nhttps://youtu.be/wqVsfGQ_1SU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}