Information about plays

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

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

{
    "id": 515712,
    "uri": "https://api.kexp.org/v2/plays/515712/?format=api",
    "airdate": "2002-02-08T16:28:00-08:00",
    "show": 8891,
    "show_uri": "https://api.kexp.org/v2/shows/8891/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41P557FEFHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41P557FEFHL._SL75_.jpg",
    "song": "Open Season",
    "track_id": "a4a4274a-d45c-43cf-b8f4-b5e3827d00ef",
    "recording_id": null,
    "artist": "Imperial Teen",
    "artist_ids": [
        "7d478bd2-d228-46a8-8a7c-ef68a61fd339"
    ],
    "album": "What Is Not to Love",
    "release_id": "3024185b-df8a-41e5-862d-efb2a460f088",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [],
    "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"
}