Information about plays

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

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

{
    "id": 515957,
    "uri": "https://api.kexp.org/v2/plays/515957/?format=api",
    "airdate": "2002-02-09T09:19:00-08:00",
    "show": 8896,
    "show_uri": "https://api.kexp.org/v2/shows/8896/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VQBMAJF6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VQBMAJF6L._SL75_.jpg",
    "song": "Up Side Down",
    "track_id": "e261259f-db06-4efa-bd5e-384740ed6f7e",
    "recording_id": null,
    "artist": "Michael Prophet",
    "artist_ids": [
        "9e87a121-cc5d-43f5-af0f-9a7181e77bd7"
    ],
    "album": "Gunman+Righteous Are the Conqueror",
    "release_id": "33485b3c-5a9b-4225-bc85-5940f40ac592",
    "release_group_id": null,
    "labels": [
        "Jah Guidance"
    ],
    "label_ids": [
        "26564fb9-a5ce-4f1f-8985-5c7ef88781ea"
    ],
    "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"
}