Information about plays

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

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

{
    "id": 350054,
    "uri": "https://api.kexp.org/v2/plays/350054/?format=api",
    "airdate": "2019-07-04T13:58:21-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/cb2b4cb6-643d-4582-b04f-f62fbe05909c/22172319762-250.jpg",
    "thumbnail_uri": "",
    "song": "This Land",
    "track_id": "ef44f7d4-d487-40ca-896a-f84b9871b585",
    "recording_id": null,
    "artist": "Gary Clark Jr.",
    "artist_ids": [
        "c733c4e6-22a2-499d-ace7-17b832356aff"
    ],
    "album": "This Land",
    "release_id": "cb2b4cb6-643d-4582-b04f-f62fbe05909c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}