Information about plays

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

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

{
    "id": 1413185,
    "uri": "https://api.kexp.org/v2/plays/1413185/?format=api",
    "airdate": "2008-08-23T00:49:15-07:00",
    "show": 24649,
    "show_uri": "https://api.kexp.org/v2/shows/24649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41uMhyxxsKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41uMhyxxsKL._SL75_.jpg",
    "song": "He Led Them Into the World",
    "track_id": "b40b6f9b-1311-404b-aa07-6dbc2603a5ca",
    "recording_id": null,
    "artist": "The Necks",
    "artist_ids": [
        "51f8d454-f4a8-41e6-8bd7-a35921eeedd0"
    ],
    "album": "The Boys",
    "release_id": "2296c745-648a-4d2f-bec8-8e9a21baaf20",
    "release_group_id": null,
    "labels": [
        "ReR Megacorp"
    ],
    "label_ids": [
        "3dff380b-5861-45cb-accb-4b0b1b70c0a1"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}