Information about plays

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

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

{
    "id": 532800,
    "uri": "https://api.kexp.org/v2/plays/532800/?format=api",
    "airdate": "2002-03-30T04:28:14-08:00",
    "show": 9224,
    "show_uri": "https://api.kexp.org/v2/shows/9224/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NmCjsw9dL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NmCjsw9dL._SL75_.jpg",
    "song": "It's Time to Go Now",
    "track_id": "2530e72a-50b6-40f4-b517-5cb5799229b7",
    "recording_id": null,
    "artist": "Rinôçérôse",
    "artist_ids": [
        "68179c0f-792c-407c-8b51-fc2f1b72be91"
    ],
    "album": "Music Kills Me",
    "release_id": "25ffd2dd-2ed2-4fb1-b5aa-b41fa06192ae",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2002-02-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}