Information about plays

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

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

{
    "id": 3428727,
    "uri": "https://api.kexp.org/v2/plays/3428727/?format=api",
    "airdate": "2024-11-22T15:31:59-08:00",
    "show": 61916,
    "show_uri": "https://api.kexp.org/v2/shows/61916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "tv off",
    "track_id": null,
    "recording_id": null,
    "artist": "Kendrick Lamar",
    "artist_ids": [],
    "album": "GNX",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "pgLang"
    ],
    "label_ids": [],
    "release_date": "2024-11-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of two tracks off Kendrick Lamar's surprise new album GNX --RELEASED TODAY-- which features Kamasi Washington on the production credits alongside Jack Antonoff Mustard, Sean Momberger and Sounwave. \"TV Off\" also features vocals from Lefty Gunplay.\n\nhttps://pitchfork.com/news/kendrick-lamar-previews-new-music-in-gnx-video-watch/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}