Information about plays

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

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

{
    "id": 3543230,
    "uri": "https://api.kexp.org/v2/plays/3543230/?format=api",
    "airdate": "2025-08-22T08:51:14-07:00",
    "show": 64354,
    "show_uri": "https://api.kexp.org/v2/shows/64354/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The New Pollution (remix by Mario C and Mickey P)",
    "track_id": null,
    "recording_id": "cb3cdc2d-30df-4cdc-b566-5e3345dd6e87",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "The New Pollution and Other Favorites",
    "release_id": null,
    "release_group_id": "582ca06b-0aba-35f8-8f0d-7f20288f0fcd",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1997-07-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This remix of \"The New Pollution\" was done by Mario C and Mickey P, two frequent collaborators with Beck. Their version has a nice international flavor, with a sitar (or at least an electric guitar playing sitar-like licks), gongs, and jungle drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}