Information about plays

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

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

{
    "id": 3547732,
    "uri": "https://api.kexp.org/v2/plays/3547732/?format=api",
    "airdate": "2025-09-01T22:14:49-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/58a742d0-1ce5-42f4-886d-d03c8865c223/19566429280-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/58a742d0-1ce5-42f4-886d-d03c8865c223/19566429280-250.jpg",
    "song": "Undertow (Space Ghost Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "L Lewis",
    "artist_ids": [],
    "album": "Intervals",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bathtub Music"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Smooth remix of Melbourne's L Lewis courtesy of Oakland's Space Ghost - https://llewis.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}