Information about plays

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

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

{
    "id": 3644266,
    "uri": "https://api.kexp.org/v2/plays/3644266/?format=api",
    "airdate": "2026-04-19T21:14:58-07:00",
    "show": 66499,
    "show_uri": "https://api.kexp.org/v2/shows/66499/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time In Your Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Machomovers",
    "artist_ids": [
        "3cf37f9f-2be3-4404-bf76-656593473fda"
    ],
    "album": "Bare, Deep & Long",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Flaneurecordings"
    ],
    "label_ids": [
        "6dbf3b04-fbea-493e-8c46-d3f8fa250d29"
    ],
    "release_date": "2017-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://flaneurecordings.bandcamp.com/album/bare-deep-long",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}