Information about plays

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

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

{
    "id": 344275,
    "uri": "https://api.kexp.org/v2/plays/344275/?format=api",
    "airdate": "2019-06-21T07:17:00-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maggot Brain",
    "track_id": "12a8d5db-9e0d-39cf-b7d4-dd41647bcd35",
    "recording_id": null,
    "artist": "Funkadelic",
    "artist_ids": [
        "cf042013-3edd-46c4-9b0e-a62faac98d0b"
    ],
    "album": "Maggot Brain",
    "release_id": "298eb87c-e2b7-4fd0-8a3b-b8cd1e0ac87b",
    "release_group_id": null,
    "labels": [
        "Westbound Records"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 1976 to 1995, disc jockey Bill \"B.L.F. Bash\" Freeman started a tradition of playing the original full version of the song on 100.7 WMMS/Cleveland every Sunday morning at 1:30 (around \"last call\"). The tradition was picked up in 1987 and is still carried on to this day, by Mr. Classic host of \"The Saturday Night Live House Party\" featured on 98.5 WNCX/Cleveland at 11:50pm.  Track length: 10:21",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}