Information about plays

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

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

{
    "id": 515661,
    "uri": "https://api.kexp.org/v2/plays/515661/?format=api",
    "airdate": "2002-02-08T12:02:00-08:00",
    "show": 8890,
    "show_uri": "https://api.kexp.org/v2/shows/8890/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410teqpLQ9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410teqpLQ9L._SL75_.jpg",
    "song": "Daybreak",
    "track_id": "fbcb604b-03ae-4a34-b7e6-92d15cbad78b",
    "recording_id": null,
    "artist": "Up Front",
    "artist_ids": [
        "9e05d7ef-c4b8-46ba-992c-c01e6bdc1dee"
    ],
    "album": "Movement",
    "release_id": "b738c714-0bb7-46c4-bb02-c3025f53d188",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}