Information about plays

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

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

{
    "id": 453016,
    "uri": "https://api.kexp.org/v2/plays/453016/?format=api",
    "airdate": "2001-08-07T05:38:49-07:00",
    "show": 7665,
    "show_uri": "https://api.kexp.org/v2/shows/7665/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WNGEQ8HVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WNGEQ8HVL._SL75_.jpg",
    "song": "Method of Sleeping",
    "track_id": "c2f9dc2f-df31-4c6c-b872-0a8034bc1444",
    "recording_id": null,
    "artist": "Shannon Wright",
    "artist_ids": [
        "d5fd4600-318d-457b-9cbb-b74633c51ed5"
    ],
    "album": "Dyed in the Wool",
    "release_id": "b17e9340-968f-452e-bcf8-aade8fe9e321",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "2001-08-21",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}