Information about plays

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

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

{
    "id": 3627919,
    "uri": "https://api.kexp.org/v2/plays/3627919/?format=api",
    "airdate": "2026-03-12T00:42:25-07:00",
    "show": 66156,
    "show_uri": "https://api.kexp.org/v2/shows/66156/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "La Machine á Rêver",
    "track_id": null,
    "recording_id": "3d82f9a4-d4ac-4cee-afec-d77cd8bcb068",
    "artist": "X Ray Pop",
    "artist_ids": [
        "3a543574-e804-4ade-86bc-01be8b5724a6"
    ],
    "album": "The Dream Machine",
    "release_id": null,
    "release_group_id": "03e1ecd9-5d1c-4f12-bfbc-a563dece4ea1",
    "labels": [
        "Dark Entries"
    ],
    "label_ids": [
        "6710f297-1dea-4d27-a62a-61f67bb64e8e"
    ],
    "release_date": "2012-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://xraypop.bandcamp.com/album/the-dream-machine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}