Information about plays

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

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

{
    "id": 474365,
    "uri": "https://api.kexp.org/v2/plays/474365/?format=api",
    "airdate": "2001-10-09T02:03:45-07:00",
    "show": 8084,
    "show_uri": "https://api.kexp.org/v2/shows/8084/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MB1DTQZML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MB1DTQZML._SL75_.jpg",
    "song": "So Long, Marianne",
    "track_id": "ff26d944-dc76-4e05-88fb-ca978d17aeb6",
    "recording_id": null,
    "artist": "James",
    "artist_ids": [
        "a2accb58-6099-4cb5-a3c8-f6332f364db5"
    ],
    "album": "I'm Your Fan: The Songs of Leonard Cohen",
    "release_id": "594d75f2-419a-45b0-b50e-7c6c34b2c62b",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1991-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}