Information about plays

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

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

{
    "id": 475016,
    "uri": "https://api.kexp.org/v2/plays/475016/?format=api",
    "airdate": "2001-10-10T21:09:13-07:00",
    "show": 8096,
    "show_uri": "https://api.kexp.org/v2/shows/8096/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VFLibGlCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VFLibGlCL._SL75_.jpg",
    "song": "Arenita Azul",
    "track_id": "9b17269a-eff4-4e37-a15e-6b65f54b3ff1",
    "recording_id": null,
    "artist": "Lila Downs",
    "artist_ids": [
        "ad29ae1c-2eda-4071-9dc8-31910e7e546c"
    ],
    "album": "Tree of Life: Árbol de la vida",
    "release_id": "e3711d76-e5f3-4dd5-a33c-5de053f1ff23",
    "release_group_id": null,
    "labels": [
        "Narada World"
    ],
    "label_ids": [
        "27bca0bb-93a3-403c-9cbd-1972ef442559"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}