Information about plays

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

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

{
    "id": 478356,
    "uri": "https://api.kexp.org/v2/plays/478356/?format=api",
    "airdate": "2001-10-20T10:28:14-07:00",
    "show": 8158,
    "show_uri": "https://api.kexp.org/v2/shows/8158/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qdAccQiUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qdAccQiUL._SL75_.jpg",
    "song": "Go Look A Life",
    "track_id": "693de753-335a-4357-9431-4e5a7ece2e48",
    "recording_id": null,
    "artist": "Elephant Man",
    "artist_ids": [
        "cd5f7bd9-ee6f-4a99-8dd9-dc3afd9da736"
    ],
    "album": "Comin' 4 You!",
    "release_id": "82bd44e5-bb8e-4e9a-8139-267a9d6cd9e3",
    "release_group_id": null,
    "labels": [
        "Greensleeves"
    ],
    "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"
}