Information about plays

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

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

{
    "id": 3521806,
    "uri": "https://api.kexp.org/v2/plays/3521806/?format=api",
    "airdate": "2025-07-02T19:51:40-07:00",
    "show": 63902,
    "show_uri": "https://api.kexp.org/v2/shows/63902/?format=api",
    "image_uri": "https://coverartarchive.org/release/14657dd4-4c65-402c-9ebc-0ebede4ef104/36241427997-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14657dd4-4c65-402c-9ebc-0ebede4ef104/36241427997-250.jpg",
    "song": "Moon Journey",
    "track_id": null,
    "recording_id": "3f79f1ad-5cfd-48fc-9bfc-e25a5c51015b",
    "artist": "Mort Garson",
    "artist_ids": [
        "c47028fa-0086-426d-a7b8-ed20eba3ed61"
    ],
    "album": "Journey to the Moon and Beyond",
    "release_id": null,
    "release_group_id": "a3b65f6e-0b96-4034-82c7-4dfc0b925275",
    "labels": [
        "Sacred Bones Records"
    ],
    "label_ids": [
        "dba6e089-932a-4442-9ebe-fbbceb9476ef"
    ],
    "release_date": "2023-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moog pioneer and creator of the iconic Mother Earth’s Plantasia; 'Journey to the Moon and Beyond' is inspired by the 1969 moon landing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}