Information about plays

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

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

{
    "id": 1268413,
    "uri": "https://api.kexp.org/v2/plays/1268413/?format=api",
    "airdate": "2007-08-18T09:24:00-07:00",
    "show": 22205,
    "show_uri": "https://api.kexp.org/v2/shows/22205/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61qNrGLnR6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61qNrGLnR6L._SL75_.jpg",
    "song": "Roots, Rock, Dub (single dub mix)",
    "track_id": "b0365824-f376-48da-924c-dcac13931465",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Rastaman Vibration (disc 1)",
    "release_id": "134f5f3e-8b5f-46ab-809d-8c0dbc794f3e",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2002-11-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}