Information about plays

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

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

{
    "id": 3626618,
    "uri": "https://api.kexp.org/v2/plays/3626618/?format=api",
    "airdate": "2026-03-08T01:44:50-08:00",
    "show": 66123,
    "show_uri": "https://api.kexp.org/v2/shows/66123/?format=api",
    "image_uri": "https://coverartarchive.org/release/98bf9da3-3874-40e3-bfad-dc0ecad490df/1287679575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98bf9da3-3874-40e3-bfad-dc0ecad490df/1287679575-250.jpg",
    "song": "Crystal Logic",
    "track_id": null,
    "recording_id": "4d063a76-d384-4f2f-b366-5d01185d22b5",
    "artist": "Manilla Road",
    "artist_ids": [
        "71dc0b7d-64f7-49ba-8723-f60804911b4e"
    ],
    "album": "Crystal Logic",
    "release_id": null,
    "release_group_id": "38d32b32-3c3d-3d77-ad19-b3734534901a",
    "labels": [
        "Roadster Records"
    ],
    "label_ids": [
        "31754bfc-1719-45ad-99d3-0f5c4264acd6"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Manilla Road disbanded in 2018 after guitarist and vocalist, Mark Shelton passed away.  RIP\n\nhttps://www.manillaroad.net/\nhttps://www.facebook.com/ManillaRoadOfficial",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}