Information about plays

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

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

{
    "id": 3562412,
    "uri": "https://api.kexp.org/v2/plays/3562412/?format=api",
    "airdate": "2025-10-07T17:49:56-07:00",
    "show": 64773,
    "show_uri": "https://api.kexp.org/v2/shows/64773/?format=api",
    "image_uri": "https://ia600203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb500.jpg",
    "thumbnail_uri": "https://ia600203.us.archive.org/16/items/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9/mbid-3d08ec09-d852-43ce-ab7d-2a14d44d6ad9-4528115695_thumb250.jpg",
    "song": "Desire Be Desire Go",
    "track_id": "6c479f6c-eb25-3199-ab08-0e742ab3406f",
    "recording_id": "3368975e-1af1-43f1-99e8-3b4d82a00823",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Innerspeaker",
    "release_id": "3d08ec09-d852-43ce-ab7d-2a14d44d6ad9",
    "release_group_id": "0cfdeff7-4aa7-4df4-918d-88c9421cc512",
    "labels": [
        "Modular Recordings"
    ],
    "label_ids": [
        "1a69fd71-e415-4439-b830-49ab0752d9f7"
    ],
    "release_date": "2010-05-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#388\n___\n\nInnerspeaker, Tame Impala's debut record, was recorded at a remote beach shack in Western Australia during the winter of 2009. Past Tame Impala recordings were done by Kevin Parker purely for his own enjoyment. Innerspeaker marks the first time Parker recorded something for an intended release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}