Information about plays

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

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

{
    "id": 1379858,
    "uri": "https://api.kexp.org/v2/plays/1379858/?format=api",
    "airdate": "2008-05-29T04:32:11-07:00",
    "show": 24080,
    "show_uri": "https://api.kexp.org/v2/shows/24080/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JHNAl%2B44L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JHNAl%2B44L._SL75_.jpg",
    "song": "Solo City",
    "track_id": "02d0c3be-1a33-42f3-9df5-14d6e0903268",
    "recording_id": null,
    "artist": "Booka Shade",
    "artist_ids": [
        "9940c604-2456-4193-a403-ab18420bc1e9"
    ],
    "album": "The Sun & The Neon Light",
    "release_id": "4e5ed0f1-ceb4-444c-8fce-28771382769c",
    "release_group_id": null,
    "labels": [
        "Get Physical Music"
    ],
    "label_ids": [
        "889b181a-2b6b-460f-b017-639dbd1d4e71"
    ],
    "release_date": "2008-05-26",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}