Information about plays

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

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

{
    "id": 1356415,
    "uri": "https://api.kexp.org/v2/plays/1356415/?format=api",
    "airdate": "2008-03-31T05:04:03-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oEOnxpZ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oEOnxpZ5L._SL75_.jpg",
    "song": "We Don't Care",
    "track_id": "ffc02276-080e-4054-9770-18ace507112a",
    "recording_id": null,
    "artist": "Audio Bullys",
    "artist_ids": [
        "5dd0da33-5161-4378-8fca-aecf5840097e"
    ],
    "album": "Ego War",
    "release_id": "11b4dd78-3fc1-48b7-ab89-3f2fcccac8fd",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2003-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}