Information about plays

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

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

{
    "id": 1381207,
    "uri": "https://api.kexp.org/v2/plays/1381207/?format=api",
    "airdate": "2008-06-02T11:10:46-07:00",
    "show": 24110,
    "show_uri": "https://api.kexp.org/v2/shows/24110/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515%2BEp-ChAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515%2BEp-ChAL._SL75_.jpg",
    "song": "Buildings & Mountains",
    "track_id": "5a9e813f-8567-4254-9eb7-f383890ee555",
    "recording_id": null,
    "artist": "The Republic Tigers",
    "artist_ids": [
        "8b569a97-359c-4eb3-b084-9baa6c8dc0d1"
    ],
    "album": "Keep Color",
    "release_id": "0c89b34b-4108-4050-b1bd-b04709294032",
    "release_group_id": null,
    "labels": [
        "Chop Shop Records"
    ],
    "label_ids": [
        "d851090e-5d51-4a7a-81e5-7b1e9d192af1"
    ],
    "release_date": "2008-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}