Information about plays

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

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

{
    "id": 419238,
    "uri": "https://api.kexp.org/v2/plays/419238/?format=api",
    "airdate": "2001-04-28T18:56:40-07:00",
    "show": 7006,
    "show_uri": "https://api.kexp.org/v2/shows/7006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mUaJM6vlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mUaJM6vlL._SL75_.jpg",
    "song": "Freaky",
    "track_id": "b772ec20-edca-4300-b100-47c1be1cec02",
    "recording_id": null,
    "artist": "cub",
    "artist_ids": [
        "4e8ef969-bc70-4382-a098-e4f2ade95e33"
    ],
    "album": "Box of Hair",
    "release_id": "50e871ee-6271-4eee-b80d-2a244b78f479",
    "release_group_id": null,
    "labels": [
        "Lookout! Records"
    ],
    "label_ids": [
        "1688db48-6fb1-43df-883d-954d39477958"
    ],
    "release_date": "1996-07-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}