Information about plays

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

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

{
    "id": 1196671,
    "uri": "https://api.kexp.org/v2/plays/1196671/?format=api",
    "airdate": "2007-02-14T04:46:07-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KP90c6KTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KP90c6KTL._SL75_.jpg",
    "song": "My Old Flame",
    "track_id": "9adda144-d597-4f8c-aa1b-110d3a28aa41",
    "recording_id": null,
    "artist": "John Vanderslice",
    "artist_ids": [
        "5eaf11c4-12bf-4545-929b-76f2e03ca208"
    ],
    "album": "Time Travel Is Lonely",
    "release_id": "949f2d67-1d9f-41cb-8dc0-389881484f0c",
    "release_group_id": null,
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2001-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}