Information about plays

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

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

{
    "id": 3519834,
    "uri": "https://api.kexp.org/v2/plays/3519834/?format=api",
    "airdate": "2025-06-28T06:41:19-07:00",
    "show": 63857,
    "show_uri": "https://api.kexp.org/v2/shows/63857/?format=api",
    "image_uri": "https://coverartarchive.org/release/aa46039d-383c-4796-bb46-891f8cdd449f/15297950595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aa46039d-383c-4796-bb46-891f8cdd449f/15297950595-250.jpg",
    "song": "Too Many Puppies",
    "track_id": null,
    "recording_id": "9527a40c-de38-419d-9b26-c1fdd4d5c1a9",
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "They Can’t All Be Zingers",
    "release_id": null,
    "release_group_id": "9bff2047-2454-3dde-ad38-045d65ff315e",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}