Information about plays

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

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

{
    "id": 1313168,
    "uri": "https://api.kexp.org/v2/plays/1313168/?format=api",
    "airdate": "2007-12-12T03:40:51-08:00",
    "show": 22967,
    "show_uri": "https://api.kexp.org/v2/shows/22967/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21FAAS6XV8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21FAAS6XV8L._SL75_.jpg",
    "song": "Mindstream",
    "track_id": "a1f629d0-511c-4a8d-813a-4bb9d6531f76",
    "recording_id": null,
    "artist": "Meat Beat Manifesto",
    "artist_ids": [
        "dcb2955e-ff59-4ff2-a608-cbb90ee3ac38"
    ],
    "album": "Satyricon",
    "release_id": "5e80ffd3-3696-4898-ba13-57aea077749b",
    "release_group_id": null,
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}