Information about plays

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

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

{
    "id": 3553277,
    "uri": "https://api.kexp.org/v2/plays/3553277/?format=api",
    "airdate": "2025-09-15T06:50:26-07:00",
    "show": 64568,
    "show_uri": "https://api.kexp.org/v2/shows/64568/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nieve",
    "track_id": "9811860c-d217-4929-a637-07ae73c2540b",
    "recording_id": "2f6f2541-da28-43e8-ad97-f4245c47a0cc",
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Nieve",
    "release_id": "783a21db-779c-41c7-bdcc-7d756425c324",
    "release_group_id": "01354e68-0d3a-4d9b-898c-f9085c081d4c",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2020-02-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Tres Leches live in-studio performance from 2019: https://www.youtube.com/watch?v=1sikxtPPuxY\n\nAnd support the band via their website here: https://tresleches.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}