Information about plays

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

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

{
    "id": 1391221,
    "uri": "https://api.kexp.org/v2/plays/1391221/?format=api",
    "airdate": "2008-06-28T19:19:00-07:00",
    "show": 24281,
    "show_uri": "https://api.kexp.org/v2/shows/24281/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61TvDFY0nJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61TvDFY0nJL._SL75_.jpg",
    "song": "Dreamers' Song",
    "track_id": "461d648e-db80-4dc0-966e-030eaf6566e1",
    "recording_id": null,
    "artist": "Les Thugs",
    "artist_ids": [
        "e7475d78-5fdb-4196-9360-59e82c9f7412"
    ],
    "album": "As Happy as Possible",
    "release_id": "6e7eab96-e1a9-413b-8bd8-c5af5c5da815",
    "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": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}