Information about plays

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

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

{
    "id": 1382727,
    "uri": "https://api.kexp.org/v2/plays/1382727/?format=api",
    "airdate": "2008-06-07T05:39:27-07:00",
    "show": 24138,
    "show_uri": "https://api.kexp.org/v2/shows/24138/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51tmUspqrbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51tmUspqrbL._SL75_.jpg",
    "song": "Rollercoaster",
    "track_id": "a3626ba3-b75e-4f55-b60a-023bbdfe6a30",
    "recording_id": null,
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "The Singles",
    "release_id": "092c9719-78b0-46a3-bc31-42972e517c3c",
    "release_group_id": null,
    "labels": [
        "Taang! Records"
    ],
    "label_ids": [
        "7b95d1f1-2588-4a00-b093-e80e40a08548"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}