Information about plays

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

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

{
    "id": 447534,
    "uri": "https://api.kexp.org/v2/plays/447534/?format=api",
    "airdate": "2001-07-22T03:30:00-07:00",
    "show": 7564,
    "show_uri": "https://api.kexp.org/v2/shows/7564/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512lqtx2ZvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512lqtx2ZvL._SL75_.jpg",
    "song": "Pelikanol",
    "track_id": "188ab72e-1783-41e3-bcec-06fa340e081f",
    "recording_id": null,
    "artist": "Einstürzende Neubauten",
    "artist_ids": [
        "6e9ac29b-798c-4af7-8d9e-55cdc72a999c"
    ],
    "album": "Silence Is Sexy",
    "release_id": "680eecaa-5f60-4a10-910c-96709298c309",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}