Information about plays

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

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

{
    "id": 478157,
    "uri": "https://api.kexp.org/v2/plays/478157/?format=api",
    "airdate": "2001-10-19T19:17:08-07:00",
    "show": 8154,
    "show_uri": "https://api.kexp.org/v2/shows/8154/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51LSUbkj0HL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51LSUbkj0HL._SL75_.jpg",
    "song": "I Like Love",
    "track_id": "6bb93631-c1cd-4856-862b-9455ee8d30fc",
    "recording_id": null,
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "\"The Big 'O'\" - The Early Years",
    "release_id": "1db1ae0b-3c73-40b1-84ef-e9acc682a10a",
    "release_group_id": null,
    "labels": [],
    "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"
}