Information about plays

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

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

{
    "id": 424870,
    "uri": "https://api.kexp.org/v2/plays/424870/?format=api",
    "airdate": "2001-05-16T03:08:34-07:00",
    "show": 7128,
    "show_uri": "https://api.kexp.org/v2/shows/7128/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517TQocI1KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517TQocI1KL._SL75_.jpg",
    "song": "Philosophy (live, 1997-03-18: De Melkweg, Amsterdam, The Netherlands)",
    "track_id": "3116b5c1-d686-4bab-997b-e41c30bed7ed",
    "recording_id": null,
    "artist": "Ben Folds Five",
    "artist_ids": [
        "abe2669a-a612-4bf6-9193-bb4f4b8a9088"
    ],
    "album": "Naked Baby Photos",
    "release_id": "776f775f-8e8b-493b-a11a-b454dd8b1af6",
    "release_group_id": null,
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1997-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}