Information about plays

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

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

{
    "id": 3547648,
    "uri": "https://api.kexp.org/v2/plays/3547648/?format=api",
    "airdate": "2025-09-01T17:09:36-07:00",
    "show": 64448,
    "show_uri": "https://api.kexp.org/v2/shows/64448/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Until the End of the World",
    "track_id": null,
    "recording_id": null,
    "artist": "John Tejada",
    "artist_ids": [
        "bda6d00e-f8f7-43a5-b8f8-f1ebc55b46d3"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Palette Recordings"
    ],
    "label_ids": [
        "cd21e359-e20d-4ed2-8778-7f17385cfbe7"
    ],
    "release_date": "2025-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Angeles based John Tejada is a recording artist for Kompakt, as well as his own Palette Recordings.\n\nhttps://johntejada.bandcamp.com/track/until-the-end-of-the-world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}