Information about plays

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

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

{
    "id": 1368594,
    "uri": "https://api.kexp.org/v2/plays/1368594/?format=api",
    "airdate": "2008-04-30T22:35:42-07:00",
    "show": 23894,
    "show_uri": "https://api.kexp.org/v2/shows/23894/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41Y5hoiIe0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41Y5hoiIe0L._SL75_.jpg",
    "song": "Messages",
    "track_id": "e874bc02-1ce5-4ec3-9664-723ca7c7e774",
    "recording_id": null,
    "artist": "Orchestral Manoeuvres in the Dark",
    "artist_ids": [
        "6d072aa8-c851-49c5-92f9-cbca05f4bed9"
    ],
    "album": "Orchestral Manoeuvres in the Dark",
    "release_id": "b3dfbd35-8ba1-49ef-b3b6-bb6d982cf612",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}