Information about plays

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

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

{
    "id": 3578205,
    "uri": "https://api.kexp.org/v2/plays/3578205/?format=api",
    "airdate": "2025-11-14T20:45:20-08:00",
    "show": 65109,
    "show_uri": "https://api.kexp.org/v2/shows/65109/?format=api",
    "image_uri": "https://coverartarchive.org/release/6a1722db-43e9-4698-bfef-7c9e228a1df0/38282575459-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6a1722db-43e9-4698-bfef-7c9e228a1df0/38282575459-250.jpg",
    "song": "Makoma",
    "track_id": null,
    "recording_id": "0ae85467-d18a-45e1-a9fc-05744fed04fe",
    "artist": "Jembaa Groove",
    "artist_ids": [
        "9a6737a8-13f4-4f1d-8ec9-d1f5d597e2f5"
    ],
    "album": "Ye Ankasa We Ourselves",
    "release_id": null,
    "release_group_id": "ad8296d2-cb59-485e-9d6d-28c04b6de1d0",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}