Information about plays

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

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

{
    "id": 1308401,
    "uri": "https://api.kexp.org/v2/plays/1308401/?format=api",
    "airdate": "2007-11-29T23:49:39-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?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": "Going to California",
    "track_id": "ee493350-b8c8-4f43-bf2e-1a332238a246",
    "recording_id": null,
    "artist": "Irene Kral",
    "artist_ids": [
        "399f29b2-0fe4-430a-aefe-7929efa7fcfb"
    ],
    "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"
}