Information about plays

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

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

{
    "id": 356930,
    "uri": "https://api.kexp.org/v2/plays/356930/?format=api",
    "airdate": "2019-07-20T16:55:00-07:00",
    "show": 5947,
    "show_uri": "https://api.kexp.org/v2/shows/5947/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Telephone",
    "track_id": "0b3d43e6-4469-4b42-a3d0-1b145210e7f8",
    "recording_id": null,
    "artist": "Sinkane",
    "artist_ids": [
        "b15d17d4-37ea-4410-9ae4-60b5eee03459"
    ],
    "album": "Life & Livin' It",
    "release_id": "96e36996-26d1-42c1-999b-59e9ad11d69c",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}