Information about plays

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

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

{
    "id": 1195423,
    "uri": "https://api.kexp.org/v2/plays/1195423/?format=api",
    "airdate": "2007-02-10T21:47:37-08:00",
    "show": 20954,
    "show_uri": "https://api.kexp.org/v2/shows/20954/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41DpAvbG8VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41DpAvbG8VL._SL75_.jpg",
    "song": "Babylon’s Burning",
    "track_id": "7dc21ab8-8f5f-4604-b347-a8aa2489608f",
    "recording_id": null,
    "artist": "The Ruts",
    "artist_ids": [
        "a2f938aa-1aa3-474b-a070-762067274eab"
    ],
    "album": "The Crack",
    "release_id": "7feb1dfe-189d-4df9-a1a9-9b6b0edbfc94",
    "release_group_id": null,
    "labels": [
        "EMI International"
    ],
    "label_ids": [
        "65603596-aed9-478f-90c5-16c727494206"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}