Information about plays

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

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

{
    "id": 534050,
    "uri": "https://api.kexp.org/v2/plays/534050/?format=api",
    "airdate": "2002-04-03T00:34:35-08:00",
    "show": 9251,
    "show_uri": "https://api.kexp.org/v2/shows/9251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41i4PIJG3zL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41i4PIJG3zL._SL75_.jpg",
    "song": "Right Off",
    "track_id": "840a506a-05cc-4cab-b404-4233a4d5d4c2",
    "recording_id": null,
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "A Tribute to Jack Johnson",
    "release_id": "ac75288b-e9bb-4005-ab0b-cd39923887e0",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1971-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}