Information about plays

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

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

{
    "id": 3553409,
    "uri": "https://api.kexp.org/v2/plays/3553409/?format=api",
    "airdate": "2025-09-15T15:28:44-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "https://coverartarchive.org/release/52294dc3-94f0-4868-9d20-d30218c2b4d2/11928547747-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/52294dc3-94f0-4868-9d20-d30218c2b4d2/11928547747-250.jpg",
    "song": "Forever",
    "track_id": null,
    "recording_id": "33aaa486-f0d4-439a-909c-8f8d0870e968",
    "artist": "Los Microwaves",
    "artist_ids": [
        "cc5f4537-d262-49d4-9a4c-fce69e5ce735"
    ],
    "album": "Life After Breakfast",
    "release_id": null,
    "release_group_id": "c7c5f809-5038-3d65-a220-4a43cab0aab4",
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [
        "6710f297-1dea-4d27-a62a-61f67bb64e8e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A fun fact about Los Microwaves and their album Life After Breakfast is that after the band broke up in 1983, the members moved on to various new projects including  keyboardist David Javelosa continued to release music under the moniker \"David Microwave,\"he is now  a professor of Interactive Media at Santa Monica College.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}