Information about plays

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

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

{
    "id": 3520419,
    "uri": "https://api.kexp.org/v2/plays/3520419/?format=api",
    "airdate": "2025-06-29T14:08:03-07:00",
    "show": 63873,
    "show_uri": "https://api.kexp.org/v2/shows/63873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Hangover (Joey Negro's Love Dub)",
    "track_id": null,
    "recording_id": "fb6071d9-2814-43c4-a034-4a641bfde23d",
    "artist": "Pauline Henry",
    "artist_ids": [
        "749b6f2c-a06d-452a-9caa-a82853114c9d"
    ],
    "album": "Love Hangover",
    "release_id": null,
    "release_group_id": "5e6369be-1f78-4513-ba89-3cf509455fc3",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Diana Ross cover! British soul singer Pauline Henry (former lead vocalist of the Chimes) recorded a contemporary version of the track in 1995.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}