Information about plays

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

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

{
    "id": 1388863,
    "uri": "https://api.kexp.org/v2/plays/1388863/?format=api",
    "airdate": "2008-06-22T21:17:00-07:00",
    "show": 24244,
    "show_uri": "https://api.kexp.org/v2/shows/24244/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/614sgYUgOLL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/614sgYUgOLL._SL75_.jpg",
    "song": "War Paint (Claude Von Stroke mix)",
    "track_id": "b5d8aea8-ce74-464f-b552-48d46e03c383",
    "recording_id": null,
    "artist": "Poxy Music",
    "artist_ids": [
        "20b73f69-dff8-4eae-8fce-ed81a787d777"
    ],
    "album": "Sci-Fi Hi-Fi, Volume 5: Slam",
    "release_id": "96143044-93b6-443b-b68b-774e377a12eb",
    "release_group_id": null,
    "labels": [
        "Soma Quality Recordings"
    ],
    "label_ids": [
        "b69b3751-28cc-4034-90a8-288740862081"
    ],
    "release_date": "2008-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}