Information about plays

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

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

{
    "id": 434631,
    "uri": "https://api.kexp.org/v2/plays/434631/?format=api",
    "airdate": "2001-06-14T13:23:20-07:00",
    "show": 7314,
    "show_uri": "https://api.kexp.org/v2/shows/7314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61CxEkvfkGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61CxEkvfkGL._SL75_.jpg",
    "song": "It's Nasty",
    "track_id": "7ed95314-270f-423e-8477-77c109ae608d",
    "recording_id": null,
    "artist": "Grandmaster Flash & The Furious Five",
    "artist_ids": [
        "1390d663-2f56-4b41-9f75-f45ba489250b"
    ],
    "album": "The Message",
    "release_id": "195f74bb-1af7-4ef1-893a-e9d652f6b0c1",
    "release_group_id": null,
    "labels": [
        "Sugar Hill"
    ],
    "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"
}