Information about plays

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

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

{
    "id": 1311637,
    "uri": "https://api.kexp.org/v2/plays/1311637/?format=api",
    "airdate": "2007-12-08T03:43:53-08:00",
    "show": 22939,
    "show_uri": "https://api.kexp.org/v2/shows/22939/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Jf2yOC6FL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Jf2yOC6FL._SL75_.jpg",
    "song": "He's Waitin'",
    "track_id": "c84f6f2a-d722-4f5e-8f8f-def7ff0d99d2",
    "recording_id": null,
    "artist": "The Sonics",
    "artist_ids": [
        "16346cf4-4d2b-40ec-8393-0fc7296d92fe"
    ],
    "album": "Boom",
    "release_id": "9c3e332b-1eb5-4cb7-8e05-56413cc0491b",
    "release_group_id": null,
    "labels": [
        "Emperor Norton"
    ],
    "label_ids": [
        "9066eb2b-916d-481b-9d25-46c43c6131ef"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}