Information about plays

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

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

{
    "id": 415028,
    "uri": "https://api.kexp.org/v2/plays/415028/?format=api",
    "airdate": "2001-04-13T14:00:00-07:00",
    "show": 6922,
    "show_uri": "https://api.kexp.org/v2/shows/6922/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mC0ajhJ5L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mC0ajhJ5L._SL75_.jpg",
    "song": "Skin The Rabbit",
    "track_id": "dbbfae32-c233-42f5-a45f-98bd09f60e3d",
    "recording_id": null,
    "artist": "Gary Lucas",
    "artist_ids": [
        "d011c23d-e8e4-4b7b-90c8-63e26ee0bada"
    ],
    "album": "Gods and Monsters",
    "release_id": "0114b254-4bf5-4be4-be77-3cfc4b178326",
    "release_group_id": null,
    "labels": [
        "Enemy"
    ],
    "label_ids": [],
    "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"
}