Information about plays

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

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

{
    "id": 419003,
    "uri": "https://api.kexp.org/v2/plays/419003/?format=api",
    "airdate": "2001-04-28T00:12:51-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BSrZvdH%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BSrZvdH%2BL._SL75_.jpg",
    "song": "Iron Man",
    "track_id": null,
    "recording_id": null,
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "First Band on the Moon",
    "release_id": "b70d5dc6-2581-4f51-b33d-0dbe40888338",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}