Information about plays

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

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

{
    "id": 3416065,
    "uri": "https://api.kexp.org/v2/plays/3416065/?format=api",
    "airdate": "2024-10-22T22:22:24-07:00",
    "show": 61648,
    "show_uri": "https://api.kexp.org/v2/shows/61648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yo viviré (I Will Survive) (Azúcar Para Ti remix)",
    "track_id": null,
    "recording_id": "936eb627-4a77-4cea-bfb9-f790e71ebf12",
    "artist": "Celia Cruz",
    "artist_ids": [
        "7b8e1188-9ca4-4aa5-8393-172de6fa04de"
    ],
    "album": "Hits Mix",
    "release_id": null,
    "release_group_id": "ea4cfed1-0054-3626-9aad-103d80293eb1",
    "labels": [
        "Sony Music | Latin"
    ],
    "label_ids": [
        "99962abe-c219-4031-9c6c-c61fc3885944"
    ],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A redux by the undisputed Queen of Salsa, Celia Cruz was a literal whirlwind of musical talent who shaped the genre itself and helped pave the way for multiple artists. The Azucar remix. \n\nhttps://celiacruz.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}