Information about plays

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

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

{
    "id": 1315544,
    "uri": "https://api.kexp.org/v2/plays/1315544/?format=api",
    "airdate": "2007-12-18T04:54:00-08:00",
    "show": 23006,
    "show_uri": "https://api.kexp.org/v2/shows/23006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21B2P1ASMJL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21B2P1ASMJL._SL75_.jpg",
    "song": "Sleeping Gas",
    "track_id": "fd78123c-74ec-48c5-baac-d4b436cafcdd",
    "recording_id": null,
    "artist": "The Teardrop Explodes",
    "artist_ids": [
        "8002d7ee-2a0e-4ea8-8984-3c69a81a4b7e"
    ],
    "album": "Piano",
    "release_id": "b98a60bf-2900-435a-bf9e-24026a363bef",
    "release_group_id": null,
    "labels": [
        "Document Records"
    ],
    "label_ids": [
        "118ef48e-0a1a-4826-aa87-27a5a3d3d465"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}