Information about plays

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

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

{
    "id": 3628659,
    "uri": "https://api.kexp.org/v2/plays/3628659/?format=api",
    "airdate": "2026-03-14T05:20:58-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Not Your Regular Woman",
    "track_id": "18b13346-db3a-4370-84e1-aff55a646699",
    "recording_id": "bb0688d9-137d-4ddb-b0f6-f1514a289c2a",
    "artist": "Marta Ren & The Groovelvets",
    "artist_ids": [
        "93085026-25f8-457b-bac4-92226946eaae",
        "574b62c2-cf68-4240-ad16-6d684c8e9883"
    ],
    "album": "Record Kicks 15th - The Explosive Sound Of Today's Scene",
    "release_id": "80de315d-a4d7-4ba1-8d53-0deebb0915e2",
    "release_group_id": "89b99c64-f223-434a-b416-7186f3714982",
    "labels": [
        "Record Kicks"
    ],
    "label_ids": [
        "4bec8322-9493-426d-924a-cfa2f79a95ec"
    ],
    "release_date": "2018-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}