Information about plays

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

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

{
    "id": 419856,
    "uri": "https://api.kexp.org/v2/plays/419856/?format=api",
    "airdate": "2001-04-30T20:54:00-07:00",
    "show": 7023,
    "show_uri": "https://api.kexp.org/v2/shows/7023/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/417KMNXHNSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/417KMNXHNSL._SL75_.jpg",
    "song": "Ya Rayah",
    "track_id": null,
    "recording_id": null,
    "artist": "Rachid Taha",
    "artist_ids": [
        "04dd1f61-c21b-4d6a-b110-55b3c1309fa0"
    ],
    "album": "Diwân",
    "release_id": "0a6e814e-27d5-49aa-b5cc-e077e0edd6ec",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "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"
}