Information about plays

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

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

{
    "id": 416536,
    "uri": "https://api.kexp.org/v2/plays/416536/?format=api",
    "airdate": "2001-04-19T21:00:00-07:00",
    "show": 6951,
    "show_uri": "https://api.kexp.org/v2/shows/6951/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51HACKC526L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51HACKC526L._SL75_.jpg",
    "song": "When I Die",
    "track_id": "8c090ecf-6ab1-4d1a-b604-128de55310ab",
    "recording_id": null,
    "artist": "Sweet Honey in the Rock",
    "artist_ids": [
        "28b6ce62-5e14-443c-80b4-ebb8e04936e1"
    ],
    "album": "In This Land",
    "release_id": "4414c233-a079-47f4-855b-7f15296ff824",
    "release_group_id": null,
    "labels": [
        "EarthBeat!"
    ],
    "label_ids": [
        "21dbe673-67e4-4be4-8668-6532dcc9f03d"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}