Information about plays

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

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

{
    "id": 350947,
    "uri": "https://api.kexp.org/v2/plays/350947/?format=api",
    "airdate": "2019-07-06T17:35:00-07:00",
    "show": 5845,
    "show_uri": "https://api.kexp.org/v2/shows/5845/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fed Up",
    "track_id": "15af6afe-9404-39f6-8654-138bf005b6ce",
    "recording_id": null,
    "artist": "Stephen Marley",
    "artist_ids": [
        "99298e13-87d6-4f0c-9334-d327d73f83c0"
    ],
    "album": "Mind Control",
    "release_id": "e0628139-bdef-4cb1-aaa1-5ecf073ffcb4",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [],
    "release_date": "2007-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stephen Marley will be performing at The Showbox on August 29th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}