Information about plays

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

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

{
    "id": 3577113,
    "uri": "https://api.kexp.org/v2/plays/3577113/?format=api",
    "airdate": "2025-11-12T06:11:18-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "https://ia800205.us.archive.org/26/items/mbid-fd4c71e7-520b-4db3-b9bf-a3a6e9147992/mbid-fd4c71e7-520b-4db3-b9bf-a3a6e9147992-33097215900_thumb500.jpg",
    "thumbnail_uri": "https://ia800205.us.archive.org/26/items/mbid-fd4c71e7-520b-4db3-b9bf-a3a6e9147992/mbid-fd4c71e7-520b-4db3-b9bf-a3a6e9147992-33097215900_thumb250.jpg",
    "song": "Bang Bang (My Baby Shot Me Down)",
    "track_id": "5078f864-dae8-36a5-a324-56546ca0a99c",
    "recording_id": "ec73978f-5f34-4bce-87f8-c1f6438d7ee7",
    "artist": "Nancy Sinatra",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67"
    ],
    "album": "How Does That Grab You?",
    "release_id": "fd4c71e7-520b-4db3-b9bf-a3a6e9147992",
    "release_group_id": "9abf08e9-0765-3db9-b4a8-1b815b71d4b7",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally recorded by Cher, Nancy Sinatra recorded one of the best-known covers of the song. The cover is best known for Quentin Tarantino's use of the song in the opening credits of Kill Bill Volume 1.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}