Information about plays

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

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

{
    "id": 1196661,
    "uri": "https://api.kexp.org/v2/plays/1196661/?format=api",
    "airdate": "2007-02-14T04:15:32-08:00",
    "show": 20976,
    "show_uri": "https://api.kexp.org/v2/shows/20976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41foD17Q9JL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41foD17Q9JL._SL75_.jpg",
    "song": "Dirty Soap",
    "track_id": "2048f959-03af-4759-84b9-ddeaeb4b242d",
    "recording_id": null,
    "artist": "Pink Nasty",
    "artist_ids": [
        "625618e2-5ed9-43b5-a771-e969d1ea7666"
    ],
    "album": "Mold the Gold",
    "release_id": "24c0fa91-0bac-48a7-9e04-960e1ebba936",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}