Information about plays

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

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

{
    "id": 3598964,
    "uri": "https://api.kexp.org/v2/plays/3598964/?format=api",
    "airdate": "2026-01-01T20:58:21-08:00",
    "show": 65535,
    "show_uri": "https://api.kexp.org/v2/shows/65535/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fe5add3-ac4e-4c97-80e4-56b8dbca8b2c/14010456053-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fe5add3-ac4e-4c97-80e4-56b8dbca8b2c/14010456053-250.jpg",
    "song": "Love One Another",
    "track_id": null,
    "recording_id": "f1bc852c-6016-40ad-b532-6d12d5340aa1",
    "artist": "Mike Lundy",
    "artist_ids": [
        "1242368b-6566-4ea1-9bbf-08c1825cf91b"
    ],
    "album": "Aloha Got Soul: Soul, AOR & Disco in Hawaiʻi 1979–1985",
    "release_id": null,
    "release_group_id": "99e882e3-2e24-4b9f-a1ee-a5f9a1bb2b82",
    "labels": [
        "Strut"
    ],
    "label_ids": [
        "9ba9a0fb-d617-4906-9c1d-7bfa78087ff9"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mike Lundy was born and raised in Nu'unau, on the island of Oahu in Hawaii. From an early age, Lundy's original compositions caught the coveted attention of Herb Ono, the legendary owner of Honolulu's Sounds Of Hawaii recording studio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}