Information about plays

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

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

{
    "id": 1277705,
    "uri": "https://api.kexp.org/v2/plays/1277705/?format=api",
    "airdate": "2007-09-11T00:00:00-07:00",
    "show": 22363,
    "show_uri": "https://api.kexp.org/v2/shows/22363/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61shTDCUK6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61shTDCUK6L._SL75_.jpg",
    "song": "Journey (Paraspace mix)",
    "track_id": "2aa4da2b-25aa-46cd-aaf4-15438b6f8d8d",
    "recording_id": null,
    "artist": "DJ Spooky",
    "artist_ids": [
        "c8dbbadb-f5f1-449c-8827-43d00a73fe89"
    ],
    "album": "Necropolis: The Dialogic Project",
    "release_id": "638febc4-912a-4564-8d56-b9eb3c3d439c",
    "release_group_id": null,
    "labels": [
        "Knitting Factory Works"
    ],
    "label_ids": [
        "63d2736a-1e2d-4a69-a05a-008b13ffa073"
    ],
    "release_date": "1996-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}