Information about plays

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

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

{
    "id": 518909,
    "uri": "https://api.kexp.org/v2/plays/518909/?format=api",
    "airdate": "2002-02-18T00:26:00-08:00",
    "show": 8956,
    "show_uri": "https://api.kexp.org/v2/shows/8956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/611wZ56lXZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/611wZ56lXZL._SL75_.jpg",
    "song": "Suicide",
    "track_id": "4c8f3275-ad52-456e-aed6-90f86289f0bc",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Playing With Fire",
    "release_id": "34051c74-e313-49a1-a50e-0ab711d1b02f",
    "release_group_id": null,
    "labels": [
        "Fire & Water"
    ],
    "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"
}