Information about plays

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

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

{
    "id": 415115,
    "uri": "https://api.kexp.org/v2/plays/415115/?format=api",
    "airdate": "2001-04-15T15:00:00-07:00",
    "show": 6924,
    "show_uri": "https://api.kexp.org/v2/shows/6924/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Qo6H43Q%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Qo6H43Q%2BL._SL75_.jpg",
    "song": "Chunder",
    "track_id": "540edfab-bbfd-4f1a-bc40-134ce7e4a625",
    "recording_id": null,
    "artist": "Friends of Dean Martinez",
    "artist_ids": [
        "51573fd2-0b3e-4434-9d8c-cf58ffad7fd7"
    ],
    "album": "The Shadow of Your Smile",
    "release_id": "b1bab0f2-a467-488a-999b-fbc1abcd90df",
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "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"
}