Information about plays

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

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

{
    "id": 496034,
    "uri": "https://api.kexp.org/v2/plays/496034/?format=api",
    "airdate": "2001-12-12T13:49:00-08:00",
    "show": 8507,
    "show_uri": "https://api.kexp.org/v2/shows/8507/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KJ2ER61FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KJ2ER61FL._SL75_.jpg",
    "song": "Breakout 2001",
    "track_id": "c7e07a93-9b50-4266-a9b9-63de51e2fca6",
    "recording_id": null,
    "artist": "The (International) Noise Conspiracy",
    "artist_ids": [
        "97da5eb3-79a5-4195-b98e-3d10ef946b08"
    ],
    "album": "A New Morning, Changing Weather",
    "release_id": "203411e7-2c86-4794-ab9f-842fc9ce4d91",
    "release_group_id": null,
    "labels": [
        "Burning Heart Records"
    ],
    "label_ids": [
        "cd84bba3-342f-4b3d-93cd-a2b2e79465fe"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}