Information about plays

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

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

{
    "id": 3413343,
    "uri": "https://api.kexp.org/v2/plays/3413343/?format=api",
    "airdate": "2024-10-16T10:02:56-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blacking Out the Friction",
    "track_id": "7cae65b0-538f-3d81-8067-8595a5aec7f0",
    "recording_id": "1b3c7eb3-955f-418b-9fac-f3c318675ee8",
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "The Photo Album",
    "release_id": "dead431a-4ef9-4ebc-8595-5d5591a92d13",
    "release_group_id": "ff5098ec-9410-3fbf-8191-2e74deda082e",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bellingham, WA band Death Cab for Cutie! The band is composed of Ben Gibbard, Nick Harmer, Jason McGerr, Dave Depper, and Zac Rae. Nominated for eight Grammy Awards!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}