Information about plays

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

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

{
    "id": 344447,
    "uri": "https://api.kexp.org/v2/plays/344447/?format=api",
    "airdate": "2019-06-21T20:37:00-07:00",
    "show": 5739,
    "show_uri": "https://api.kexp.org/v2/shows/5739/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "LIght It Up (Remix) (feat. Nyla & Fuse)",
    "track_id": null,
    "recording_id": null,
    "artist": "Major Lazer",
    "artist_ids": [
        "75be165a-ad83-4d12-bd28-f589a15c479f"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mad Decent"
    ],
    "label_ids": [],
    "release_date": "2015-11-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Major Lazer's line-up has consistently changed: Major Lazer consisted of Diplo and Switch until 2011. Switch was replaced by Jillionaire and DJ Walshy, then Jillionaire was replaced by Ape Drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}