Information about plays

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

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

{
    "id": 3585986,
    "uri": "https://api.kexp.org/v2/plays/3585986/?format=api",
    "airdate": "2025-12-02T20:06:52-08:00",
    "show": 65273,
    "show_uri": "https://api.kexp.org/v2/shows/65273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Az En Uram",
    "track_id": null,
    "recording_id": null,
    "artist": "Monika Lakatos and the Gipsy Voices",
    "artist_ids": [],
    "album": "Hangszin",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Music Hungary Zeneműkiadó"
    ],
    "label_ids": [],
    "release_date": "2020-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mónika Lakatos was born in Budapest to an Olah Gypsy family. In 1996 she was the first ever Romani singer to win the most popular national Hungarian talent show – to which she was enrolled in without her knowledge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}