Information about plays

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

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

{
    "id": 1273855,
    "uri": "https://api.kexp.org/v2/plays/1273855/?format=api",
    "airdate": "2007-09-01T01:15:43-07:00",
    "show": 22296,
    "show_uri": "https://api.kexp.org/v2/shows/22296/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51k%2BFzOUtBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51k%2BFzOUtBL._SL75_.jpg",
    "song": "Exodus",
    "track_id": "9a592516-87e1-4bbe-a289-7b8bfb52903e",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Legend",
    "release_id": "94c61f95-1c39-4a5f-961f-61b3e1426cbe",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "release_date": "2002-02-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}