Information about plays

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

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

{
    "id": 415988,
    "uri": "https://api.kexp.org/v2/plays/415988/?format=api",
    "airdate": "2001-04-18T09:56:40-07:00",
    "show": 6941,
    "show_uri": "https://api.kexp.org/v2/shows/6941/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bEXge7k7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bEXge7k7L._SL75_.jpg",
    "song": "Gun",
    "track_id": null,
    "recording_id": null,
    "artist": "Uncle Tupelo",
    "artist_ids": [
        "95c043f1-0bdd-403a-b714-663908d7e4fc"
    ],
    "album": "Still Feel Gone",
    "release_id": "c7fd9896-f937-4856-9b27-ff71312636f7",
    "release_group_id": null,
    "labels": [
        "Rockville"
    ],
    "label_ids": [
        "1df75804-0643-47f3-a32e-690f54fc69c5"
    ],
    "release_date": "1991-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}