Information about plays

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

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

{
    "id": 3421331,
    "uri": "https://api.kexp.org/v2/plays/3421331/?format=api",
    "airdate": "2024-11-04T13:33:32-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?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": "Master of Eyes (The Deepness of Your Eyes)",
    "track_id": null,
    "recording_id": "c783dcbc-cb6f-4e38-9e72-d30f699738ba",
    "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": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Tom!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}