Information about plays

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

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

{
    "id": 471458,
    "uri": "https://api.kexp.org/v2/plays/471458/?format=api",
    "airdate": "2001-09-30T11:40:00-07:00",
    "show": 8028,
    "show_uri": "https://api.kexp.org/v2/shows/8028/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213T0P9HZ0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213T0P9HZ0L._SL75_.jpg",
    "song": "I'm So Glad Troubles Don't Last Always",
    "track_id": null,
    "recording_id": null,
    "artist": "Junior Kimbrough & The Soul Blues Boys",
    "artist_ids": [
        "d83c714c-9260-4db4-8d1b-b5334b67018a"
    ],
    "album": "Do the Rump!",
    "release_id": "b59124f9-ba25-42ef-b1dd-8c6335b2e8f1",
    "release_group_id": null,
    "labels": [
        "HMG/HighTone"
    ],
    "label_ids": [],
    "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"
}