Information about plays

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

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

{
    "id": 440386,
    "uri": "https://api.kexp.org/v2/plays/440386/?format=api",
    "airdate": "2001-07-01T05:48:00-07:00",
    "show": 7426,
    "show_uri": "https://api.kexp.org/v2/shows/7426/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51b6tJAm0wL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51b6tJAm0wL._SL75_.jpg",
    "song": "Super-Hoe",
    "track_id": "7b39593e-5e59-4a3e-9323-e357b90bd134",
    "recording_id": null,
    "artist": "Boogie Down Productions",
    "artist_ids": [
        "ff7466a5-c538-4d2b-8450-54f11b20f2f4"
    ],
    "album": "Criminal-Minded (All Instrumental Hot-Club Version)",
    "release_id": "f86c965f-0ac5-4ae6-ae43-41937082e758",
    "release_group_id": null,
    "labels": [
        "Traffic Entertainment Group"
    ],
    "label_ids": [
        "2a4bf94e-9dd7-4cce-b5b6-8c0325b3ea88"
    ],
    "release_date": "2006-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}