Information about plays

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

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

{
    "id": 3551840,
    "uri": "https://api.kexp.org/v2/plays/3551840/?format=api",
    "airdate": "2025-09-11T20:57:22-07:00",
    "show": 64536,
    "show_uri": "https://api.kexp.org/v2/shows/64536/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swervy",
    "track_id": null,
    "recording_id": "261f17f7-9aba-4751-9da9-db975c47173d",
    "artist": "KIRARA",
    "artist_ids": [
        "fb04aa85-29ec-499f-9326-5e49da57f5ec"
    ],
    "album": "KIRARA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kirara is a South Korean electronic musician. She released her debut EP cts1 in 2014, and has since released four studio albums: Rcts (2014), Moves (2016), Sarah (2018) and 4 (2021).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}