Information about plays

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

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

{
    "id": 433319,
    "uri": "https://api.kexp.org/v2/plays/433319/?format=api",
    "airdate": "2001-06-10T17:50:00-07:00",
    "show": 7289,
    "show_uri": "https://api.kexp.org/v2/shows/7289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DZ3109JRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DZ3109JRL._SL75_.jpg",
    "song": "Neva Forget",
    "track_id": "d23b183e-f13d-4c7d-8540-e58c411ccf4c",
    "recording_id": null,
    "artist": "Cali Agents",
    "artist_ids": [
        "8390d393-8f31-4578-8d20-a471dce66f02"
    ],
    "album": "How the West Was One",
    "release_id": "af97bc3b-ae4c-4e26-af3b-791f2ef48c7f",
    "release_group_id": null,
    "labels": [
        "ground control"
    ],
    "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"
}