Information about plays

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

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

{
    "id": 480550,
    "uri": "https://api.kexp.org/v2/plays/480550/?format=api",
    "airdate": "2001-10-26T18:36:31-07:00",
    "show": 8200,
    "show_uri": "https://api.kexp.org/v2/shows/8200/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/512Rdj6wvSL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/512Rdj6wvSL._SL75_.jpg",
    "song": "Lariat",
    "track_id": "fe0798d5-8ce3-4e2b-9ba4-8b7a7e6b8fde",
    "recording_id": null,
    "artist": "The Exotics",
    "artist_ids": [
        "6831ad49-e50d-4f6d-88ab-cac36e4e4d40"
    ],
    "album": "Go Go Guitars",
    "release_id": "bea6b68e-2ad1-4151-8de5-a5932fc65afb",
    "release_group_id": null,
    "labels": [
        "Tiki Tone"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}