Information about plays

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

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

{
    "id": 433099,
    "uri": "https://api.kexp.org/v2/plays/433099/?format=api",
    "airdate": "2001-06-10T00:30:00-07:00",
    "show": 7287,
    "show_uri": "https://api.kexp.org/v2/shows/7287/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51UQNHYpbTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51UQNHYpbTL._SL75_.jpg",
    "song": "Sodewou (Welcome)",
    "track_id": "a49a4fab-5505-44ac-9c97-5dea7b022cd7",
    "recording_id": null,
    "artist": "Maryam Mursal",
    "artist_ids": [
        "90011f80-8a51-4776-a6e0-09d83726eedb"
    ],
    "album": "The Journey",
    "release_id": "953c211c-f874-45de-bb43-4e54c37f81e1",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1998-03-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}