Information about plays

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

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

{
    "id": 445284,
    "uri": "https://api.kexp.org/v2/plays/445284/?format=api",
    "airdate": "2001-07-15T14:40:00-07:00",
    "show": 7518,
    "show_uri": "https://api.kexp.org/v2/shows/7518/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41GT8WMXCQL._SL75_.jpg",
    "song": "Sliced Tomatoes",
    "track_id": "0b707fe9-ac44-4834-bc68-f5f3c5006cde",
    "recording_id": null,
    "artist": "Just Brothers",
    "artist_ids": [
        "6bdf0a27-f456-45d4-94a9-3a63493c5c8a"
    ],
    "album": "A Break From the Norm",
    "release_id": "34215ac3-2b0a-4ff7-b67f-3e9057518760",
    "release_group_id": null,
    "labels": [
        "restless"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}