Information about plays

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

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

{
    "id": 419276,
    "uri": "https://api.kexp.org/v2/plays/419276/?format=api",
    "airdate": "2001-04-29T00:00:00-07:00",
    "show": 7009,
    "show_uri": "https://api.kexp.org/v2/shows/7009/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XC256CZFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XC256CZFL._SL75_.jpg",
    "song": "Olé",
    "track_id": "0a9df958-8b98-4371-8e07-aa409d092385",
    "recording_id": null,
    "artist": "Pharoah Sanders",
    "artist_ids": [
        "b3a0912a-a62a-4388-9368-7cb21ed5caf9"
    ],
    "album": "Heart Is a Melody",
    "release_id": "16a5581d-f586-4e96-91fe-31c8e44a60de",
    "release_group_id": null,
    "labels": [
        "Evidence"
    ],
    "label_ids": [
        "55f4572a-71b5-435e-bfee-8e10fa344089"
    ],
    "release_date": "1993-11-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}