Information about plays

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

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

{
    "id": 3422412,
    "uri": "https://api.kexp.org/v2/plays/3422412/?format=api",
    "airdate": "2024-11-07T07:07:22-08:00",
    "show": 61786,
    "show_uri": "https://api.kexp.org/v2/shows/61786/?format=api",
    "image_uri": "https://ia902705.us.archive.org/33/items/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3-10050129630_thumb500.jpg",
    "thumbnail_uri": "https://ia802705.us.archive.org/33/items/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3/mbid-34942ffe-d704-3451-b1d3-c8b176f8e6b3-10050129630_thumb250.jpg",
    "song": "Hope",
    "track_id": "a4fde88b-bdef-3fbc-a852-e7fcdf069658",
    "recording_id": "c47ce32c-2cfd-4f9b-af12-bd716db66531",
    "artist": "Bauhaus",
    "artist_ids": [
        "0688add2-c282-4ee2-ba61-223ffdb3c201"
    ],
    "album": "Burning From the Inside",
    "release_id": "34942ffe-d704-3451-b1d3-c8b176f8e6b3",
    "release_group_id": "78b196d4-bb7a-377e-9f4a-ce8dec9e0167",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1988-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Your mornings will be brighter\nBreak the line\nTear up rules\nMake the most of a million times no\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}