Information about plays

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

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

{
    "id": 3413271,
    "uri": "https://api.kexp.org/v2/plays/3413271/?format=api",
    "airdate": "2024-10-16T05:59:22-07:00",
    "show": 61589,
    "show_uri": "https://api.kexp.org/v2/shows/61589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Jane (full-length version)",
    "track_id": "c1a76d02-1cb4-3616-bc20-b41a8139ee33",
    "recording_id": "53e3bb05-4d73-45ef-85e3-b3500f5207b9",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": "4be9d91f-6ed7-34b8-aa5e-45be79819273",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Nico (born Christa Päffgen) of The Velvet Underground",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}