Information about plays

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

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

{
    "id": 1359983,
    "uri": "https://api.kexp.org/v2/plays/1359983/?format=api",
    "airdate": "2008-04-09T04:08:10-07:00",
    "show": 23749,
    "show_uri": "https://api.kexp.org/v2/shows/23749/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51T1-yAMkBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51T1-yAMkBL._SL75_.jpg",
    "song": "Post Office",
    "track_id": "26800c1a-c9ae-4e85-9ae8-d59d9e64882f",
    "recording_id": null,
    "artist": "Rank and File",
    "artist_ids": [
        "2ea03b2b-1826-4338-b92c-cf061f873d07"
    ],
    "album": "The Slash Years",
    "release_id": "8b330c01-09a0-4e6a-b7f7-95401866b781",
    "release_group_id": null,
    "labels": [
        "Rhino Handmade"
    ],
    "label_ids": [
        "bc61cc19-4318-48af-82d0-98607f7c9f66"
    ],
    "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"
}