Information about plays

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

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

{
    "id": 351004,
    "uri": "https://api.kexp.org/v2/plays/351004/?format=api",
    "airdate": "2019-07-06T21:12:00-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turnpike Gates",
    "track_id": "48bb0336-774d-36b6-9664-74f59f1e0bc9",
    "recording_id": null,
    "artist": "Lifetime",
    "artist_ids": [
        "c9329809-8510-45b9-9202-5640398ddaee"
    ],
    "album": "Jersey's Best Dancers",
    "release_id": "c3563d98-22c9-4ce9-b7a3-23b894778d0b",
    "release_group_id": null,
    "labels": [
        "Jade Tree"
    ],
    "label_ids": [
        "d2fb9149-cca0-48f8-81fc-e6b69b4dbd5b"
    ],
    "release_date": "1997-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}