Information about plays

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

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

{
    "id": 414429,
    "uri": "https://api.kexp.org/v2/plays/414429/?format=api",
    "airdate": "2001-02-25T16:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/214CDZ4CSRL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/214CDZ4CSRL._SL75_.jpg",
    "song": "Graceland",
    "track_id": "6ed9bbde-2e45-403d-b3eb-bfe3802f95b3",
    "recording_id": null,
    "artist": "Plastilina Mosh",
    "artist_ids": [
        "9ff60a50-6288-4b46-8b69-75877450d282"
    ],
    "album": "Juan Manuel",
    "release_id": "f24fe043-fb57-4a6b-8a95-6f492d99aa84",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}