Information about plays

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

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

{
    "id": 1412090,
    "uri": "https://api.kexp.org/v2/plays/1412090/?format=api",
    "airdate": "2008-08-20T08:54:00-07:00",
    "show": 24633,
    "show_uri": "https://api.kexp.org/v2/shows/24633/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YWYXZBZ7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YWYXZBZ7L._SL75_.jpg",
    "song": "Take Me to the Hospital",
    "track_id": "08a5d50a-355e-4c4c-8979-2265094c198c",
    "recording_id": null,
    "artist": "The Faint",
    "artist_ids": [
        "a1419808-65d3-4d40-998c-1a0bac65eabc"
    ],
    "album": "Saddle Creek 50",
    "release_id": "70ada2c9-3532-4b7f-9e9d-b4e23cb5840e",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2003-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}