Information about plays

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

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

{
    "id": 3549377,
    "uri": "https://api.kexp.org/v2/plays/3549377/?format=api",
    "airdate": "2025-09-05T21:57:09-07:00",
    "show": 64484,
    "show_uri": "https://api.kexp.org/v2/shows/64484/?format=api",
    "image_uri": "https://coverartarchive.org/release/487cf8ec-d64c-421d-8eb4-0c6b1db6e97d/40407657215-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/487cf8ec-d64c-421d-8eb4-0c6b1db6e97d/40407657215-250.jpg",
    "song": "Soul Inside of Me",
    "track_id": null,
    "recording_id": "8fd2ab92-c6d4-4b47-810d-df5ba6e6cb34",
    "artist": "MDU aka TRP",
    "artist_ids": [
        "b9f7bd89-f93e-41ba-9a1f-8085546cf2aa"
    ],
    "album": "Two Sides Of My Story",
    "release_id": null,
    "release_group_id": "116c046b-aad7-4b00-8bb2-efe167c7372b",
    "labels": [],
    "label_ids": [],
    "release_date": "2022-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my fav shows in a while! Love Yall!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}