Information about plays

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

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

{
    "id": 3621207,
    "uri": "https://api.kexp.org/v2/plays/3621207/?format=api",
    "airdate": "2026-02-23T08:36:41-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got to Be Love (feat. Quantic & Sharon Jones)",
    "track_id": "dad79b1d-7ad0-34cb-b1d9-e53582cce912",
    "recording_id": "8a259bbc-c513-4e61-b118-02828a32e266",
    "artist": "Greyboy",
    "artist_ids": [
        "a580aa0d-b1bb-4e5a-9591-de832ed3ac1b"
    ],
    "album": "15 Years of West Coast Cool",
    "release_id": "e8c6409b-fbec-44e1-b46c-bba29f802ecc",
    "release_group_id": "7469cc39-e48f-3936-b0ea-ec68c9d28b30",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2008-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collaboration between Greyboy, Sharon Jones (of Sharon Jones and the Dap-Kings) and DJ/Producer, Quantic.\n\nhttps://greyboyubiq.bandcamp.com/track/got-to-be-a-love-w-quantic-sharon-jones",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}