Information about plays

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

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

{
    "id": 375034,
    "uri": "https://api.kexp.org/v2/plays/375034/?format=api",
    "airdate": "2019-09-01T00:07:00-07:00",
    "show": 6243,
    "show_uri": "https://api.kexp.org/v2/shows/6243/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Eagles Dare",
    "track_id": "91ae7b3e-5454-3fec-90cc-eed2e34617eb",
    "recording_id": null,
    "artist": "Iron Maiden",
    "artist_ids": [
        "ca891d65-d9b0-4258-89f7-e6ba29d83767"
    ],
    "album": "Piece of Mind",
    "release_id": "03f52642-f3b7-4cd8-abdd-10d445bc45cd",
    "release_group_id": null,
    "labels": [
        "Raw Power"
    ],
    "label_ids": [],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iron Maiden will be at The Tacoma Dome with Raven's Age on Thursday, September 5th with Raven's Age; https://ironmaiden.com/tours/legacy-of-the-beast-tour-2019-2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}