Information about plays

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

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

{
    "id": 3421936,
    "uri": "https://api.kexp.org/v2/plays/3421936/?format=api",
    "airdate": "2024-11-06T02:05:24-08:00",
    "show": 61776,
    "show_uri": "https://api.kexp.org/v2/shows/61776/?format=api",
    "image_uri": "https://ia800900.us.archive.org/1/items/mbid-15d2007e-df26-4c04-9afd-caee905fb0b0/mbid-15d2007e-df26-4c04-9afd-caee905fb0b0-22460844670_thumb500.jpg",
    "thumbnail_uri": "https://ia800900.us.archive.org/1/items/mbid-15d2007e-df26-4c04-9afd-caee905fb0b0/mbid-15d2007e-df26-4c04-9afd-caee905fb0b0-22460844670_thumb250.jpg",
    "song": "A Change Is Gonna Come",
    "track_id": "4440784f-f124-3cca-abf7-a4295a1428a7",
    "recording_id": "7a4c376f-e5db-4ab5-9fcc-a91234e200fd",
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Enter: The Conquering Chicken",
    "release_id": "15d2007e-df26-4c04-9afd-caee905fb0b0",
    "release_group_id": "824afdcb-331a-3fe6-8a6d-801b1b71e7df",
    "labels": [
        "C/Z Records"
    ],
    "label_ids": [
        "33dfa786-f682-47fc-897b-8de6aa686673"
    ],
    "release_date": "1994-03-22",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "It's The Gits covering Sam Cooke's A Change is Gonna Come! It's a song that's seen tons of successful covers in its history, from Aretha Franklin to Otis Redding to Bily Bragg to Seal!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}