Information about plays

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

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

{
    "id": 516157,
    "uri": "https://api.kexp.org/v2/plays/516157/?format=api",
    "airdate": "2002-02-10T01:23:00-08:00",
    "show": 8903,
    "show_uri": "https://api.kexp.org/v2/shows/8903/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21VS41XBWSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21VS41XBWSL._SL75_.jpg",
    "song": "¡Qué Sabroseao!",
    "track_id": "47666af8-aa87-475e-b475-1a27474a39cf",
    "recording_id": null,
    "artist": "Eliades Ochoa",
    "artist_ids": [
        "1de8629a-9dd3-444c-86a0-9f9bd8c02218"
    ],
    "album": "Tribute to the Cuarteto Patria",
    "release_id": "1e82d3fa-2ec7-44af-95ac-c2544714b117",
    "release_group_id": null,
    "labels": [
        "Higher Octave Music"
    ],
    "label_ids": [
        "afda098b-3c2b-4214-9fd8-56dd8b881d56"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}