Information about plays

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

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

{
    "id": 454888,
    "uri": "https://api.kexp.org/v2/plays/454888/?format=api",
    "airdate": "2001-08-12T15:22:30-07:00",
    "show": 7701,
    "show_uri": "https://api.kexp.org/v2/shows/7701/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21Xy5iHJJLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21Xy5iHJJLL._SL75_.jpg",
    "song": "Too Many Times",
    "track_id": "a3a0c69c-33b6-4de5-982b-0b4c4d361726",
    "recording_id": null,
    "artist": "Dumptruck",
    "artist_ids": [
        "0c672079-5f9e-4d16-8d16-c7a61a7a1e09"
    ],
    "album": "Lemmings Travel to the Sea (disc 1)",
    "release_id": "291d74c7-76e7-4b50-89df-045ef3be7318",
    "release_group_id": null,
    "labels": [
        "Devil in the Woods"
    ],
    "label_ids": [
        "be0abfe3-c5c9-4a88-bc26-c82416e2c7c6"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}