Information about plays

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

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

{
    "id": 1385441,
    "uri": "https://api.kexp.org/v2/plays/1385441/?format=api",
    "airdate": "2008-06-14T03:39:19-07:00",
    "show": 24184,
    "show_uri": "https://api.kexp.org/v2/shows/24184/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51FJY3KPQCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51FJY3KPQCL._SL75_.jpg",
    "song": "Spine of God",
    "track_id": "236b13da-c7d4-4bad-b5a2-e7da8268a89f",
    "recording_id": null,
    "artist": "Monster Magnet",
    "artist_ids": [
        "a0955511-1324-4e9b-834f-e1e140502850"
    ],
    "album": "Spine of God",
    "release_id": "ffff8021-46bf-4488-9d3a-c8bde2808949",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}