Information about plays

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

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

{
    "id": 3586541,
    "uri": "https://api.kexp.org/v2/plays/3586541/?format=api",
    "airdate": "2025-12-04T02:58:59-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "https://coverartarchive.org/release/483b35e8-15a0-4907-bc9e-a41bed449e7f/2972575697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/483b35e8-15a0-4907-bc9e-a41bed449e7f/2972575697-250.jpg",
    "song": "Cardova",
    "track_id": null,
    "recording_id": "a6b4b48b-6add-4dbf-be9b-94a520b8d8db",
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "The Meters",
    "release_id": null,
    "release_group_id": "4fbaa0a9-2cca-3a52-adda-8b41deb8812f",
    "labels": [
        "Sundazed Music"
    ],
    "label_ids": [
        "ae5752fa-3dcd-470c-9c2f-8dad4fdce6ab"
    ],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Orleans funk kings The Meters produced predominantly instrumental records under their own name, focusing on percussive rhythms intertwined with organ and guitar. They served as a backing band for artists like Robert Palmer and Paul McCartney. This song has been sampled by Digable Planets, Flying Lotus, Run-DMC, KRS-One, Salt n Peppa, Talib Kweli and many more.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}