Information about plays

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

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

{
    "id": 458165,
    "uri": "https://api.kexp.org/v2/plays/458165/?format=api",
    "airdate": "2001-08-21T23:15:47-07:00",
    "show": 7765,
    "show_uri": "https://api.kexp.org/v2/shows/7765/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EVMXJXR8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EVMXJXR8L._SL75_.jpg",
    "song": "Contact",
    "track_id": "a1b1fb65-a37a-4ee6-9a23-d49ea128654d",
    "recording_id": null,
    "artist": "Jurassic 5",
    "artist_ids": [
        "11c6b106-1c1f-429d-8407-b1ee155d7f72"
    ],
    "album": "Quality Control",
    "release_id": "0abcd7eb-4898-43a8-b6c9-be5bc059f8df",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2000-06-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}