Information about plays

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

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

{
    "id": 3422469,
    "uri": "https://api.kexp.org/v2/plays/3422469/?format=api",
    "airdate": "2024-11-07T10:29:11-08:00",
    "show": 61787,
    "show_uri": "https://api.kexp.org/v2/shows/61787/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Final Solution",
    "track_id": "cd5a2fc9-ee59-3ffa-853e-a860f39e5489",
    "recording_id": "a34c5376-ff8b-40b9-9eec-3eb1a3bbe730",
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "Warning Bells Are Ringing",
    "release_id": "68cc937b-8696-4ae0-b616-c829ac8678e4",
    "release_group_id": "e538f175-a3f3-371f-8ec8-cd2f4f6dbb72",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "1996-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You buy me a ticket to a sonic reduction\nGuitars gonna sound like a nuclear destruction\nIt seems I'm the victim of natural selection\nMeet me on the other side, another direction\nI don't need a cure\nI need a final solution...\"\n\nhttps://www.allmusic.com/song/final-solution-mt0003200688",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}