Information about plays

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

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

{
    "id": 427089,
    "uri": "https://api.kexp.org/v2/plays/427089/?format=api",
    "airdate": "2001-05-23T02:05:00-07:00",
    "show": 7173,
    "show_uri": "https://api.kexp.org/v2/shows/7173/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5181QB7AYHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5181QB7AYHL._SL75_.jpg",
    "song": "400 Metres",
    "track_id": "8d3c3a5b-89a4-4225-82f3-23a279479db5",
    "recording_id": null,
    "artist": "Sloan",
    "artist_ids": [
        "5a63c831-5bdb-444d-a9db-974501e3317d"
    ],
    "album": "One Chord to Another",
    "release_id": "054f6058-1e81-42f9-80ef-8fec05bb7d64",
    "release_group_id": null,
    "labels": [
        "Enclave"
    ],
    "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"
}