Information about plays

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

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

{
    "id": 478474,
    "uri": "https://api.kexp.org/v2/plays/478474/?format=api",
    "airdate": "2001-10-20T16:50:00-07:00",
    "show": 8160,
    "show_uri": "https://api.kexp.org/v2/shows/8160/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mrXwOCzfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mrXwOCzfL._SL75_.jpg",
    "song": "Got Lucky Last Night",
    "track_id": "e07353ee-8d35-42f2-a187-78f32614ae90",
    "recording_id": null,
    "artist": "Lonnie Brooks",
    "artist_ids": [
        "b23aba18-7411-4f81-8f4c-2944f544fb74"
    ],
    "album": "Wound Up Tight",
    "release_id": "aa349084-86da-4d2d-8087-b6b3f6779c17",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}