Information about plays

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

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

{
    "id": 458903,
    "uri": "https://api.kexp.org/v2/plays/458903/?format=api",
    "airdate": "2001-08-23T20:39:00-07:00",
    "show": 7778,
    "show_uri": "https://api.kexp.org/v2/shows/7778/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2B8yngPvnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2B8yngPvnL._SL75_.jpg",
    "song": "Send a Boat",
    "track_id": null,
    "recording_id": null,
    "artist": "Chris Knight",
    "artist_ids": [
        "956f2c57-97f3-4a0b-b5ca-576d367dc822"
    ],
    "album": "A Pretty Good Guy",
    "release_id": "5d0ae4ce-df0e-44ed-9d4e-1c7dd07dcecd",
    "release_group_id": null,
    "labels": [
        "Dualtone"
    ],
    "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"
}