Information about plays

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

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

{
    "id": 3616946,
    "uri": "https://api.kexp.org/v2/plays/3616946/?format=api",
    "airdate": "2026-02-13T10:39:41-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Jeans",
    "track_id": "2fff6a7a-583a-37bf-9cba-ef25d3db03d6",
    "recording_id": "9bf3902b-096a-4b8f-83d6-fc9b2c0d83e7",
    "artist": "Lana Del Rey",
    "artist_ids": [
        "b7539c32-53e7-4908-bda3-81449c367da6"
    ],
    "album": "Born to Die",
    "release_id": "5e773ef4-f674-41b1-803d-14f4b51f3f0a",
    "release_group_id": "4b16a1bc-8644-48ae-9b3e-8ae36aa30cfc",
    "labels": [
        "Vertigo Berlin"
    ],
    "label_ids": [
        "bb7f25ac-2da7-4484-ae39-8db7df9a6c17"
    ],
    "release_date": "2012-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lana Del Rey's 2012 album, Born to Die, made KEXP listeners' list of their favorite albums of all time! Check out the full countdown here: https://www.kexp.org/countdowns/2025-all-time-favorite-albums/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}