Information about plays

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

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

{
    "id": 3555825,
    "uri": "https://api.kexp.org/v2/plays/3555825/?format=api",
    "airdate": "2025-09-21T08:34:44-07:00",
    "show": 64621,
    "show_uri": "https://api.kexp.org/v2/shows/64621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Night city lights",
    "track_id": null,
    "recording_id": "88dfb405-4cdb-45fc-9fc3-a5f7b8153e10",
    "artist": "Bruno Bavota",
    "artist_ids": [
        "81c76cb5-d659-44d4-a26c-163748fea9ee"
    ],
    "album": "I'm losing you",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Oscarson"
    ],
    "label_ids": [
        "f5728f6b-db98-4a59-a61f-2826bf110323"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early single off the forthcoming album from Italian pianist/composer Bruno Bavota ~ \nhttps://oscarson.bandcamp.com/album/im-losing-you",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}