Information about plays

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

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

{
    "id": 535047,
    "uri": "https://api.kexp.org/v2/plays/535047/?format=api",
    "airdate": "2002-04-05T20:03:19-08:00",
    "show": 9268,
    "show_uri": "https://api.kexp.org/v2/shows/9268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510HEPWl-tL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510HEPWl-tL._SL75_.jpg",
    "song": "Bar Exam",
    "track_id": "5eda3aaf-07c5-4890-9269-24f04f8382d5",
    "recording_id": null,
    "artist": "The Derailers",
    "artist_ids": [
        "9c1ce108-f09d-40cf-831f-3214345a5966"
    ],
    "album": "Here Come The Derailers",
    "release_id": "8ca0ee3f-1bcd-44dc-850b-0a1d46925b11",
    "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"
}