Information about plays

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

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

{
    "id": 436359,
    "uri": "https://api.kexp.org/v2/plays/436359/?format=api",
    "airdate": "2001-06-19T16:30:00-07:00",
    "show": 7348,
    "show_uri": "https://api.kexp.org/v2/shows/7348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DJC39AZ7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DJC39AZ7L._SL75_.jpg",
    "song": "Girly Loop",
    "track_id": "55be547d-621b-4621-8684-7485a58c10fa",
    "recording_id": null,
    "artist": "Moonshake",
    "artist_ids": [
        "c7ce0ddd-4118-45ad-8852-8a9525d681f2"
    ],
    "album": "Big Good Angel",
    "release_id": "bdc97614-c681-455d-bfa4-8168455bee8c",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}