Information about plays

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

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

{
    "id": 1288776,
    "uri": "https://api.kexp.org/v2/plays/1288776/?format=api",
    "airdate": "2007-10-09T07:39:29-07:00",
    "show": 22552,
    "show_uri": "https://api.kexp.org/v2/shows/22552/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WnsUhakML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WnsUhakML._SL75_.jpg",
    "song": "Nature of the Experiment",
    "track_id": null,
    "recording_id": null,
    "artist": "Tokyo Police Club",
    "artist_ids": [
        "35a6a353-b186-4c13-a264-d18d5e2ce853"
    ],
    "album": "A Lesson in Crime",
    "release_id": "5e109707-6013-4874-826f-d2657911fb43",
    "release_group_id": null,
    "labels": [
        "Paper Bag Records"
    ],
    "label_ids": [
        "7ca6a2cd-dd79-4564-bcec-938bc43ba7d2"
    ],
    "release_date": "2006-04-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}