Information about plays

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

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

{
    "id": 3583394,
    "uri": "https://api.kexp.org/v2/plays/3583394/?format=api",
    "airdate": "2025-11-26T21:39:30-08:00",
    "show": 65218,
    "show_uri": "https://api.kexp.org/v2/shows/65218/?format=api",
    "image_uri": "https://coverartarchive.org/release/d7bea759-658a-452c-aae2-d70f06c52e29/21296272876-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d7bea759-658a-452c-aae2-d70f06c52e29/21296272876-250.jpg",
    "song": "dinner at my place (i can't wait)",
    "track_id": null,
    "recording_id": "bc38da2d-8f82-4a64-9ae2-5d34a5186fea",
    "artist": "wavy i.d.",
    "artist_ids": [
        "bf8f8d25-7647-48f9-94ae-2586ee28236f"
    ],
    "album": "bummerpop vol2",
    "release_id": null,
    "release_group_id": "387ee838-feb9-4b61-8121-e734353dd04b",
    "labels": [
        "FeelTrip"
    ],
    "label_ids": [
        "2d3c5aa4-13f5-4997-9c98-13e10a9a5be3"
    ],
    "release_date": "2017-09-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "dinner at my place tomorrow!\n\n\"silky, smooth, psychedelicate pop-erotica\" \nwavyid.bandcamp.com/album/bummerpop-vol-2",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}