Information about plays

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

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

{
    "id": 416925,
    "uri": "https://api.kexp.org/v2/plays/416925/?format=api",
    "airdate": "2001-04-21T00:55:00-07:00",
    "show": 6957,
    "show_uri": "https://api.kexp.org/v2/shows/6957/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b8vpyPW7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b8vpyPW7L._SL75_.jpg",
    "song": "A Place in the Sun",
    "track_id": "70af07bb-eec0-4237-9eca-584bd12e351e",
    "recording_id": null,
    "artist": "Friends of Dean Martinez",
    "artist_ids": [
        "51573fd2-0b3e-4434-9d8c-cf58ffad7fd7"
    ],
    "album": "A Place in the Sun",
    "release_id": "fddb9e12-1abb-4007-a99a-6f6d186cc96e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2000-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}