Information about plays

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

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

{
    "id": 485496,
    "uri": "https://api.kexp.org/v2/plays/485496/?format=api",
    "airdate": "2001-11-11T10:28:25-08:00",
    "show": 8302,
    "show_uri": "https://api.kexp.org/v2/shows/8302/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51QNQb6ueAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51QNQb6ueAL._SL75_.jpg",
    "song": "Cold Shot",
    "track_id": "72f95845-5dc8-4741-9199-9e9cb6b5a99b",
    "recording_id": null,
    "artist": "Stevie Ray Vaughan and Double Trouble",
    "artist_ids": [
        "e3c8b0c8-3fa0-464b-b1f5-119cb52d3817"
    ],
    "album": "Couldn't Stand the Weather",
    "release_id": "7abb04ff-11a1-45ab-9bb6-a4b15ba79c71",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}