Information about plays

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

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

{
    "id": 3413193,
    "uri": "https://api.kexp.org/v2/plays/3413193/?format=api",
    "airdate": "2024-10-16T01:26:41-07:00",
    "show": 61588,
    "show_uri": "https://api.kexp.org/v2/shows/61588/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ti Amo",
    "track_id": null,
    "recording_id": null,
    "artist": "Umberto Tozzi",
    "artist_ids": [
        "76dffaaa-57c7-4b86-8ea1-bcf351dc950c"
    ],
    "album": "Ti Amo",
    "release_id": null,
    "release_group_id": "29d28870-5ecc-4fb2-b062-200118804d22",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "2017-03-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ti amo\" (\"I Love You\") is a 1977 song recorded by Italian singer Umberto Tozzi from the album È nell'aria...ti amo. Most recently featured in the AppleTV+ series Disclaimer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}