Information about plays

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

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

{
    "id": 3555137,
    "uri": "https://api.kexp.org/v2/plays/3555137/?format=api",
    "airdate": "2025-09-19T19:55:04-07:00",
    "show": 64605,
    "show_uri": "https://api.kexp.org/v2/shows/64605/?format=api",
    "image_uri": "https://coverartarchive.org/release/3bd21632-d655-4e9e-ac4f-c062586370e1/32364517518-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3bd21632-d655-4e9e-ac4f-c062586370e1/32364517518-250.jpg",
    "song": "Mosese",
    "track_id": null,
    "recording_id": "bb53fa8d-9b00-4334-a6f7-390d77ff8d4b",
    "artist": "Orchestra Makassy",
    "artist_ids": [
        "6e0c316f-ce83-4c7e-8606-fc6d55a86257"
    ],
    "album": "Legends of East Africa: The Original Recordings",
    "release_id": null,
    "release_group_id": "2d51cdf2-7ee7-39ec-b9de-643cb7d5bb72",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Orchestra Makassy were an East African soukous band of the late 1970s and early 1980s, consisting of musicians from Uganda and Zaire.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}