Information about plays

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

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

{
    "id": 3428712,
    "uri": "https://api.kexp.org/v2/plays/3428712/?format=api",
    "airdate": "2024-11-22T14:30:16-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "heart pt. 6",
    "track_id": null,
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [],
    "album": "GNX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "pgLang"
    ],
    "label_ids": [
        "df31a9a8-4583-4a49-a4f7-9a3cee1c45eb"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken from Kendrick's latest surprise drop, new album GNX, which came out today. \"Heart pt. 6\" is his latest response in his going feud. In this latest track, Lamar reflects on his career, acknowledging key figures from Top Dawg Entertainment, including producer Sounwave, former co-president Dave Free, and current co-presidents Anthony “Moosa” Tiffith Jr. and Terrence “Punch” Henderson. \n\nhttps://pitchfork.com/news/kendrick-lamar-previews-new-music-in-gnx-video-watch/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}