Information about plays

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

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

{
    "id": 3413302,
    "uri": "https://api.kexp.org/v2/plays/3413302/?format=api",
    "airdate": "2024-10-16T07:48:24-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry",
    "track_id": null,
    "recording_id": "b7925f13-49e9-4fe6-a4a1-5d418937869d",
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Cherry",
    "release_id": null,
    "release_group_id": "2f173499-b215-4f89-97d7-63c25d3cce86",
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [
        "d25f2b85-00e1-47eb-8f71-932a0809b1b9"
    ],
    "release_date": "2017-07-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "To continue the cherry theme, here's Chromatics’ “Cherry,” the title track of their 2017 album. Sally Shapiro is on Italians Do It Better inspired by synth and italo disco and founded by Johnny Jewel who is a member of Chromatics.\nhttps://italiansdoitbetter.com/chromatics/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}