Information about plays

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

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

{
    "id": 430096,
    "uri": "https://api.kexp.org/v2/plays/430096/?format=api",
    "airdate": "2001-05-31T20:09:00-07:00",
    "show": 7228,
    "show_uri": "https://api.kexp.org/v2/shows/7228/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51hCOzTow2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51hCOzTow2L._SL75_.jpg",
    "song": "Heaven's Just a Sin Away",
    "track_id": "579e6bbb-0a82-476a-bb0b-865c78d0e694",
    "recording_id": null,
    "artist": "The Kendalls",
    "artist_ids": [
        "05fa6a93-6571-478e-8f7e-b7cda184d812"
    ],
    "album": "Best of The Kendalls",
    "release_id": "93524ef6-4421-46f4-923b-69f87b14b510",
    "release_group_id": null,
    "labels": [
        "Ovation LP"
    ],
    "label_ids": [],
    "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"
}