Information about plays

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

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

{
    "id": 3620764,
    "uri": "https://api.kexp.org/v2/plays/3620764/?format=api",
    "airdate": "2026-02-22T10:20:03-08:00",
    "show": 66001,
    "show_uri": "https://api.kexp.org/v2/shows/66001/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'm Looking For A Woman",
    "track_id": null,
    "recording_id": null,
    "artist": "The Betterdays",
    "artist_ids": [
        "a230dbbb-4f99-4398-9234-5da10e0afe6d"
    ],
    "album": "Hush Your Mouth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Grapefruit"
    ],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The UK band covered this 1955 Bo Diddley song in the mid sixties during their brief period as a band gigging around the village halls of the West Country of England.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}