Information about plays

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

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

{
    "id": 3545884,
    "uri": "https://api.kexp.org/v2/plays/3545884/?format=api",
    "airdate": "2025-08-28T13:10:16-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sovereign Melody",
    "track_id": null,
    "recording_id": "ed6d471a-1ecd-4a93-ab9b-9f42d18c86aa",
    "artist": "Dillinja",
    "artist_ids": [
        "5d39821b-83ad-4c9a-bbaa-2ae32ab0f7b8"
    ],
    "album": "Deadly Ceremonies / Sovereign Melody",
    "release_id": null,
    "release_group_id": "d3f1eec3-bf27-478e-9227-5de93774e9b2",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song contains multiple samples, including f \"Music for My Mother\" by Funkadelic, \"Sesame Street\" by Blowfly, \"I Am Love\" by The Jackson 5, and  \"Think (About It)\" by Lyn .Collins.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}