Information about plays

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

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

{
    "id": 375656,
    "uri": "https://api.kexp.org/v2/plays/375656/?format=api",
    "airdate": "2019-09-02T15:27:58-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/b8f3c647-89b1-4cd6-bb71-a91072380e46/2979651729-250.jpg",
    "thumbnail_uri": "",
    "song": "Cherry Blossom Girl",
    "track_id": "19935765-9e45-3ee1-81fb-d5e9829b46cd",
    "recording_id": null,
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Talkie Walkie",
    "release_id": "b8f3c647-89b1-4cd6-bb71-a91072380e46",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}