Information about plays

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

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

{
    "id": 518179,
    "uri": "https://api.kexp.org/v2/plays/518179/?format=api",
    "airdate": "2002-02-15T16:09:00-08:00",
    "show": 8938,
    "show_uri": "https://api.kexp.org/v2/shows/8938/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Z7P4JJIwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Z7P4JJIwL._SL75_.jpg",
    "song": "Homosapien",
    "track_id": null,
    "recording_id": null,
    "artist": "Pete Shelley",
    "artist_ids": [
        "6a64eec6-39a7-4ba4-9939-cdee01fb4c5b"
    ],
    "album": "Homosapien",
    "release_id": "80f22f0d-7c9a-4e27-b5e8-475d93552f87",
    "release_group_id": null,
    "labels": [
        "Genetic"
    ],
    "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"
}