Information about plays

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

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

{
    "id": 485754,
    "uri": "https://api.kexp.org/v2/plays/485754/?format=api",
    "airdate": "2001-11-12T05:34:17-08:00",
    "show": 8308,
    "show_uri": "https://api.kexp.org/v2/shows/8308/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511RO8lWVFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511RO8lWVFL._SL75_.jpg",
    "song": "Rock 'n' Roll Suicide",
    "track_id": "3232bbd4-66b9-4d50-a3b1-1491109ebba1",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Bowie at the Beeb: The Best of the BBC Radio Sessions 68-72 (disc 2)",
    "release_id": "8eba4f34-9882-458f-8afb-6dc328981e73",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "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"
}