Information about plays

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

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

{
    "id": 350575,
    "uri": "https://api.kexp.org/v2/plays/350575/?format=api",
    "airdate": "2019-07-05T19:55:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smoke.Netflix.Chill.",
    "track_id": "5c50597b-078b-4b21-b1f5-1d9bfbcd510d",
    "recording_id": null,
    "artist": "Tank and The Bangas",
    "artist_ids": [],
    "album": "Green Balloon",
    "release_id": "feaaa9ac-2590-476b-a035-f232e0993b0a",
    "release_group_id": null,
    "labels": [
        "Verve Forecast"
    ],
    "label_ids": [
        "87607d99-1448-4c5f-b794-b67671862aa0"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New track. Smokin! www.tankandthebangas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}