Information about plays

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

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

{
    "id": 1046645,
    "uri": "https://api.kexp.org/v2/plays/1046645/?format=api",
    "airdate": "2006-01-18T06:13:38-08:00",
    "show": 18393,
    "show_uri": "https://api.kexp.org/v2/shows/18393/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uBrJSMVbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uBrJSMVbL._SL75_.jpg",
    "song": "Vicious Traditions",
    "track_id": null,
    "recording_id": null,
    "artist": "The Veils",
    "artist_ids": [
        "c3bf5aee-646e-4030-9ab4-d1fbd4947a97"
    ],
    "album": "The Runaway Found",
    "release_id": "6d3e4abc-860e-4d36-904f-983d5fe9a301",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2004-02-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}