Information about plays

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

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

{
    "id": 456059,
    "uri": "https://api.kexp.org/v2/plays/456059/?format=api",
    "airdate": "2001-08-15T20:23:20-07:00",
    "show": 7721,
    "show_uri": "https://api.kexp.org/v2/shows/7721/?format=api",
    "image_uri": "https://images-na.ssl-images-amazon.com/images/I/51dAc6bHxJL.jpg",
    "thumbnail_uri": "https://images-na.ssl-images-amazon.com/images/I/51dAc6bHxJL._SL75_.jpg",
    "song": "You Got It And I Want It (Feat. The Dirtbombs)",
    "track_id": "a1a956a9-84a9-4b24-ac34-7fb63b171917",
    "recording_id": null,
    "artist": "Andre Williams",
    "artist_ids": [
        "e56a7641-f03e-43b9-b91b-052e2321653b"
    ],
    "album": "The Black Godfather",
    "release_id": "faed04f3-3967-4c16-81c3-03794bcba887",
    "release_group_id": null,
    "labels": [],
    "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"
}