Information about plays

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

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

{
    "id": 3595314,
    "uri": "https://api.kexp.org/v2/plays/3595314/?format=api",
    "airdate": "2025-12-24T10:04:03-08:00",
    "show": 65464,
    "show_uri": "https://api.kexp.org/v2/shows/65464/?format=api",
    "image_uri": "https://coverartarchive.org/release/9407256c-6c05-4720-9fbe-d6d9e6a10640/18298876607-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9407256c-6c05-4720-9fbe-d6d9e6a10640/18298876607-250.jpg",
    "song": "Wholy Holy",
    "track_id": null,
    "recording_id": "0ebc2589-83ae-4941-83e4-343d7a3aeaf5",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Amazing Grace",
    "release_id": null,
    "release_group_id": "9e9b6cb5-2398-3aa7-b0c3-80c73e30b663",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the Queen of Soul perform \"Wholy Holy\" live at The New Temple Missionary Baptist Church in LA: \nhttps://bit.ly/3veToS0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}