Information about plays

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

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

{
    "id": 379625,
    "uri": "https://api.kexp.org/v2/plays/379625/?format=api",
    "airdate": "2019-09-11T17:03:59-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy Love",
    "track_id": "c841e608-c127-3d9d-b567-344f42b94695",
    "recording_id": null,
    "artist": "Daniel Johnston",
    "artist_ids": [
        "8a7ca8b0-d23c-4eff-8fe9-6220ba5c9c76"
    ],
    "album": "Fun",
    "release_id": "55df3fd9-7b72-4f95-bcad-68e9e8f89c48",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1994-09-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel Johnston remembered by Beck, Zola Jesus, Clairo, and more: https://bit.ly/2lJqria",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}