Information about plays

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

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

{
    "id": 464788,
    "uri": "https://api.kexp.org/v2/plays/464788/?format=api",
    "airdate": "2001-09-10T14:03:45-07:00",
    "show": 7898,
    "show_uri": "https://api.kexp.org/v2/shows/7898/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DpxsORn1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DpxsORn1L._SL75_.jpg",
    "song": "Good to Me as I Am to You",
    "track_id": "3945dc25-bbe6-4ff4-a560-46e3a151f253",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Delta Meets Detroit: Aretha's Blues",
    "release_id": "0cde134a-3155-49fe-be54-b0b1b0836737",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}