Information about plays

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

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

{
    "id": 511470,
    "uri": "https://api.kexp.org/v2/plays/511470/?format=api",
    "airdate": "2002-01-27T18:55:00-08:00",
    "show": 8815,
    "show_uri": "https://api.kexp.org/v2/shows/8815/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413-DOssL9L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413-DOssL9L._SL75_.jpg",
    "song": "I'm Leaving",
    "track_id": "ebb463ca-13e8-45ef-ba25-53ae4a961fba",
    "recording_id": null,
    "artist": "Rob Swift",
    "artist_ids": [
        "b9a8c773-973b-4a0f-8f4e-c21775abf4c5"
    ],
    "album": "The Ablist",
    "release_id": "2ff43fd5-556c-4cd6-ba53-dd04e2ac9de7",
    "release_group_id": null,
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "1999-02-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}