Information about plays

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

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

{
    "id": 350549,
    "uri": "https://api.kexp.org/v2/plays/350549/?format=api",
    "airdate": "2019-07-05T18:27:00-07:00",
    "show": 5837,
    "show_uri": "https://api.kexp.org/v2/shows/5837/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whipped Cream",
    "track_id": "145b07e9-f2f5-382b-8326-447f22c83579",
    "recording_id": null,
    "artist": "Ari Lennox",
    "artist_ids": [
        "6fe9125b-bd80-4704-9084-56bc7e07e48f"
    ],
    "album": "Whipped Cream",
    "release_id": "5dbc3757-cff0-4ea6-9903-f450677c6dc0",
    "release_group_id": null,
    "labels": [
        "Interscope"
    ],
    "label_ids": [],
    "release_date": "2018-07-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.rollingstone.com/music/music-news/see-ari-lennoxs-hard-reckoning-in-whipped-cream-video-719275/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}