Information about plays

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

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

{
    "id": 3421277,
    "uri": "https://api.kexp.org/v2/plays/3421277/?format=api",
    "airdate": "2024-11-04T09:58:55-08:00",
    "show": 61761,
    "show_uri": "https://api.kexp.org/v2/shows/61761/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e1559a9-d2d1-4988-9633-bdb88c355ec2/20938850235-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e1559a9-d2d1-4988-9633-bdb88c355ec2/20938850235-250.jpg",
    "song": "Hey Now Hey (The Other Side of the Sky)",
    "track_id": null,
    "recording_id": "acff9b9e-92c8-4309-8d82-9a5350db291c",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Hey Now Hey (The Other Side of the Sky)",
    "release_id": null,
    "release_group_id": "a8cb39e9-da59-3c89-904a-3b8443ed3424",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "THE QUEEN OF SOUL. Produced and arranged by Quincy Jones, who passed this weekend at the age of 91.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}