Information about plays

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

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

{
    "id": 1289126,
    "uri": "https://api.kexp.org/v2/plays/1289126/?format=api",
    "airdate": "2007-10-10T03:56:14-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xtXwi1kVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xtXwi1kVL._SL75_.jpg",
    "song": "Movin' On",
    "track_id": "46694050-2bd1-4f07-b53f-0b81285d3f4c",
    "recording_id": null,
    "artist": "Ray Camacho",
    "artist_ids": [
        "328e4372-4c57-4647-9d59-80cf609ee44c"
    ],
    "album": "Gilles Peterson Digs America, Volume 2",
    "release_id": "29ece68c-760a-414a-a0e6-c6e34b169fb6",
    "release_group_id": null,
    "labels": [
        "Luv N' Haight"
    ],
    "label_ids": [
        "ec94447c-9ba7-47e9-ac3a-378203e5ae16"
    ],
    "release_date": "2007-09-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}