Information about plays

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

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

{
    "id": 354529,
    "uri": "https://api.kexp.org/v2/plays/354529/?format=api",
    "airdate": "2019-07-15T03:53:00-07:00",
    "show": 5911,
    "show_uri": "https://api.kexp.org/v2/shows/5911/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moon",
    "track_id": "e2c60ad0-0f3d-47b0-843c-feb33938b06a",
    "recording_id": null,
    "artist": "Kid Francescoli",
    "artist_ids": [
        "4e7473b1-0e6e-4530-b374-b9c80ec7832b"
    ],
    "album": "Play Me Again",
    "release_id": "a772b07e-1fee-4143-b4cd-62e8125f248d",
    "release_group_id": null,
    "labels": [
        "Yotanka Productions"
    ],
    "label_ids": [
        "8f609e2e-2540-496d-844e-d8cfab149a45"
    ],
    "release_date": "2017-03-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}