Information about plays

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

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

{
    "id": 1336283,
    "uri": "https://api.kexp.org/v2/plays/1336283/?format=api",
    "airdate": "2008-02-08T17:19:40-08:00",
    "show": 23351,
    "show_uri": "https://api.kexp.org/v2/shows/23351/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510GjegoVrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510GjegoVrL._SL75_.jpg",
    "song": "Rockist, Part 4",
    "track_id": "e7e35972-057f-4924-8885-54b0c4844797",
    "recording_id": null,
    "artist": "School of Language",
    "artist_ids": [
        "6f170174-45d3-4ee9-9315-8bf02717fadb"
    ],
    "album": "Sea From Shore",
    "release_id": "5a8ec538-a781-4c64-8ca9-baa3f273e94d",
    "release_group_id": null,
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2008-02-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}