Information about plays

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

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

{
    "id": 3581328,
    "uri": "https://api.kexp.org/v2/plays/3581328/?format=api",
    "airdate": "2025-11-22T05:51:43-08:00",
    "show": 65175,
    "show_uri": "https://api.kexp.org/v2/shows/65175/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "New Gold",
    "track_id": "40c086be-e98c-4ded-a23c-caba4cf4b441",
    "recording_id": "e406dffd-b2a3-4d6f-aa1b-e34fc9e2c69a",
    "artist": "Gorillaz feat. Tame Impala and Bootie Brown",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596",
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d",
        "fb86fedf-8a52-4ada-baa0-1c52bd0cbfa9"
    ],
    "album": "Cracker Island",
    "release_id": "b5bf1101-7a25-42f4-a123-60779892bd96",
    "release_group_id": "160bc106-a0d1-456e-b704-6f91b05dfa04",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2023-02-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gorillaz teamed up with Tame Impala's Kevin Parker and the Pharcyde’s Bootie Brown for this track.\n\n“The goal was to explain a place that's familiar but you have to ask, is it our place or a made believe fantasy land?\"\n~ Bootie Brown\n\nhttps://www.gorillaz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}