Information about plays

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

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

{
    "id": 3553432,
    "uri": "https://api.kexp.org/v2/plays/3553432/?format=api",
    "airdate": "2025-09-15T16:47:44-07:00",
    "show": 64572,
    "show_uri": "https://api.kexp.org/v2/shows/64572/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e8d5ef1-ab92-4de0-8374-9e8998eba8cf/21485501812-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e8d5ef1-ab92-4de0-8374-9e8998eba8cf/21485501812-250.jpg",
    "song": "Cumbia de los pajaritos",
    "track_id": null,
    "recording_id": "8fa5f5d3-ec9a-40b6-8242-4cbf05c89905",
    "artist": "Los Mirlos",
    "artist_ids": [
        "967775fc-8997-47ed-8c2e-55a0eb59bfae"
    ],
    "album": "Cumbias Chichadélicas : Peruvian Psychedelic Chicha",
    "release_id": null,
    "release_group_id": "5e6f7b4a-63ae-4d8a-9945-6d7008e8aa8b",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch this KEXP live session!\n\nhttps://www.youtube.com/watch?v=-JjTcZGkNdI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}