Information about plays

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

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

{
    "id": 381030,
    "uri": "https://api.kexp.org/v2/plays/381030/?format=api",
    "airdate": "2019-09-15T02:03:00-07:00",
    "show": 6343,
    "show_uri": "https://api.kexp.org/v2/shows/6343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Holy Mountain",
    "track_id": "3431270a-4068-4bf9-acff-51b6302ae930",
    "recording_id": null,
    "artist": "Sleep",
    "artist_ids": [
        "6fc69ec6-3e59-4ff7-849d-b5da932abe4d"
    ],
    "album": "Sleep’s Holy Mountain",
    "release_id": "f0d9d01f-419d-4afb-bbe3-740561aaddf8",
    "release_group_id": null,
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}