Information about plays

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

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

{
    "id": 1195680,
    "uri": "https://api.kexp.org/v2/plays/1195680/?format=api",
    "airdate": "2007-02-11T17:49:19-08:00",
    "show": 20960,
    "show_uri": "https://api.kexp.org/v2/shows/20960/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6142A465ATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6142A465ATL._SL75_.jpg",
    "song": "Creepy Jackolope Eye",
    "track_id": null,
    "recording_id": null,
    "artist": "Steve Earle",
    "artist_ids": [
        "ec863030-7c13-45a3-a025-a69195d3a020"
    ],
    "album": "Essential Steve Earle",
    "release_id": "b35ab33b-a7ea-472f-a41f-9e550831ce6f",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}