Information about plays

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

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

{
    "id": 3586258,
    "uri": "https://api.kexp.org/v2/plays/3586258/?format=api",
    "airdate": "2025-12-03T11:01:38-08:00",
    "show": 65278,
    "show_uri": "https://api.kexp.org/v2/shows/65278/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Piece of Heaven",
    "track_id": "ba4b0f05-de26-4fc3-a21a-bf4e3441b8ee",
    "recording_id": "ad79b526-8df8-4e79-8756-0607df153e59",
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "Deadbeat",
    "release_id": "e0cb9499-9a55-4384-8d4b-bf49bf560945",
    "release_group_id": "3ee3e2bb-2584-4f74-ba06-cdecc370a1ba",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 5th album by Australian singer and multi-instrumentalist Kevin Parker is out now.\n\nhttps://www.tameimpala.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}