Information about plays

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

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

{
    "id": 3411726,
    "uri": "https://api.kexp.org/v2/plays/3411726/?format=api",
    "airdate": "2024-10-12T14:28:47-07:00",
    "show": 61558,
    "show_uri": "https://api.kexp.org/v2/shows/61558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Work",
    "track_id": "33cf3642-38f7-3dbc-99f5-24cc15859dc1",
    "recording_id": "935fcc6c-338a-4e23-8004-3c476f9ffee8",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Controversy",
    "release_id": "e9c281ee-4685-349c-bda7-d6f13f3717fa",
    "release_group_id": "7263636b-ca20-3598-8ec0-bc1b52c9b958",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1981-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1981's \"Controversy\" was Prince's fourth studio album.\n--\n\"Let’s Rock\" was named after a dance called \"The Rock\" Prince had seen in clubs during the summer of 1979 (The dance itself influenced or was influenced by Edwin Starr’s single \"It’s Called The Rock\" from his album \"Happy Radio\" released that year). \n--\nMr. Prince, of course, contributed all vocals and played all the instruments on this song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}