Information about plays

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

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

{
    "id": 3549928,
    "uri": "https://api.kexp.org/v2/plays/3549928/?format=api",
    "airdate": "2025-09-07T05:55:27-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://dn721508.ca.archive.org/0/items/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236-22927827729_thumb500.jpg",
    "thumbnail_uri": "https://dn721508.ca.archive.org/0/items/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236/mbid-c53be6c2-1a17-4a4a-97e3-d40f61630236-22927827729_thumb250.jpg",
    "song": "Umi Says",
    "track_id": "69c0930d-f33c-4c67-972c-f92c2c34a638",
    "recording_id": "e3c22e4f-3f5f-4a38-aae2-e7d289292122",
    "artist": "Mos Def",
    "artist_ids": [
        "9f4551c6-1324-4ac5-b3fe-a5c5cfacd54d"
    ],
    "album": "Black On Both Sides",
    "release_id": "c53be6c2-1a17-4a4a-97e3-d40f61630236",
    "release_group_id": "d6658b47-463a-390e-9417-99c818aea004",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}