Information about plays

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

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

{
    "id": 3421349,
    "uri": "https://api.kexp.org/v2/plays/3421349/?format=api",
    "airdate": "2024-11-04T14:52:36-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1449b9f9-56c0-4177-92a7-ffcf0d204c16/39584391140-250.jpg",
    "song": "Back on the Block",
    "track_id": null,
    "recording_id": "fc3cfe67-a6ec-4f14-9592-3b5e6a5879b0",
    "artist": "Quincy Jones, Ice-T, Big Daddy Kane, Kool Moe Dee, Grandmaster Melle Mel, Tevin Campbell",
    "artist_ids": [],
    "album": "Back on the Block",
    "release_id": null,
    "release_group_id": "1ad5316f-a6b7-31d0-ba33-a5bc767ae3dd",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Following Quincy Jones' production of ‘We are the World’ in 1985, “Melle Mel met Quincy Jones at the Grammys, and they began to collaborate for Back on the Block. This led to Mel being featured in the song \"Back on the Block\", which won him the Grammy Award for Best Rap Performance by a Duo or Group in 1991.1997 saw him sign onto Straight Game Records and release Right Now with Mr. Ness/Scorpio. The album also featured Rondo; the two went on to form a group called Die Hard. In 2012, they released an album titled On Lock.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}