Information about plays

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

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

{
    "id": 3549939,
    "uri": "https://api.kexp.org/v2/plays/3549939/?format=api",
    "airdate": "2025-09-07T06:44:07-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Second Harvest",
    "track_id": null,
    "recording_id": null,
    "artist": "Kratos Himself",
    "artist_ids": [
        "cb61365f-3c37-4d78-8b6e-0a03cf4f37b9"
    ],
    "album": "Second Harvest",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Youngbloods"
    ],
    "label_ids": [
        "000be058-67b3-490e-9356-8edce844bae5"
    ],
    "release_date": "2025-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track to the second album of 2025 from Dutch producer Kratos Himself ~ \nhttps://kratoshimself.bandcamp.com/album/second-harvest",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}