Information about plays

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

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

{
    "id": 1416744,
    "uri": "https://api.kexp.org/v2/plays/1416744/?format=api",
    "airdate": "2008-09-01T01:18:00-07:00",
    "show": 24711,
    "show_uri": "https://api.kexp.org/v2/shows/24711/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HKK8RW0QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HKK8RW0QL._SL75_.jpg",
    "song": "Duke's Last Soliloquy",
    "track_id": "aa01ab2f-b3c9-4e4d-93d5-e8a8326648f5",
    "recording_id": null,
    "artist": "Dizzy Gillespie",
    "artist_ids": [
        "e9ba8ccb-505f-4e5c-b909-65998d0d35b5"
    ],
    "album": "The Cool World / Dizzy Goes Hollywood",
    "release_id": "1df8669c-e8ef-4230-8ee4-24ec4b3d2348",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "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"
}