Information about plays

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

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

{
    "id": 426902,
    "uri": "https://api.kexp.org/v2/plays/426902/?format=api",
    "airdate": "2001-05-22T12:42:51-07:00",
    "show": 7168,
    "show_uri": "https://api.kexp.org/v2/shows/7168/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E1GNDTTSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E1GNDTTSL._SL75_.jpg",
    "song": "Wait",
    "track_id": "35529510-fef5-4eaa-a46c-03478b20ea85",
    "recording_id": null,
    "artist": "The Swingin' Neckbreakers",
    "artist_ids": [
        "95bbf4a2-701a-4e38-9d1d-cd5456361f74"
    ],
    "album": "Shake Break!",
    "release_id": "4ff7cfea-c02b-4fc6-8236-4690d77845bf",
    "release_group_id": null,
    "labels": [
        "Telstar"
    ],
    "label_ids": [
        "cb9a39f7-8f31-47dc-a61b-ebc5febff7cf"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}