Information about plays

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

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

{
    "id": 1394555,
    "uri": "https://api.kexp.org/v2/plays/1394555/?format=api",
    "airdate": "2008-07-07T04:00:10-07:00",
    "show": 24338,
    "show_uri": "https://api.kexp.org/v2/shows/24338/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XaMGQveuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XaMGQveuL._SL75_.jpg",
    "song": "333",
    "track_id": "3db6079c-cad1-4a16-acad-15a7de3b3ef7",
    "recording_id": null,
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "St. Arkansas",
    "release_id": "f6673d60-02dc-47e3-bfb4-d2939dd70256",
    "release_group_id": null,
    "labels": [
        "spinART Records"
    ],
    "label_ids": [
        "01653657-8472-44fa-b73b-b29f68cc8cbc"
    ],
    "release_date": "2002-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}