Information about plays

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

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

{
    "id": 3544666,
    "uri": "https://api.kexp.org/v2/plays/3544666/?format=api",
    "airdate": "2025-08-25T14:26:26-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "https://ia903402.us.archive.org/23/items/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8-1674181130_thumb500.jpg",
    "thumbnail_uri": "https://ia803402.us.archive.org/23/items/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8/mbid-c131cfbf-5024-4a50-a27b-366f04d3fcd8-1674181130_thumb250.jpg",
    "song": "Supermagic",
    "track_id": "9140148d-9e66-382c-be03-a27ec7b64ec4",
    "recording_id": "dc1a49bc-fd4a-418f-87cc-a8f3ab5b2a5b",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "The Ecstatic",
    "release_id": "c131cfbf-5024-4a50-a27b-366f04d3fcd8",
    "release_group_id": "5e98b9bd-af24-4bc4-bbd9-51dcc2d43f50",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2009-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mos Def was sued by Selda Bağcan, composer of \"Ince Ince,\" after the rapper appeared on the Grammys and performed this song.\n\n\"Your style is very effective,\" she said in a statement directed to Mos. \"But I expect you to respect the labor of others.\": https://theboombox.com/turkish-composer-sues-mos-def-over-sample/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}