Information about plays

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

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

{
    "id": 500997,
    "uri": "https://api.kexp.org/v2/plays/500997/?format=api",
    "airdate": "2001-12-27T12:57:00-08:00",
    "show": 8602,
    "show_uri": "https://api.kexp.org/v2/shows/8602/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41PWY6F13KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41PWY6F13KL._SL75_.jpg",
    "song": "Imperial's Theme",
    "track_id": "a076bff7-4b83-4d68-9abb-01cabef952c6",
    "recording_id": null,
    "artist": "DJ Zeph",
    "artist_ids": [
        "cfe91ac5-2c6c-40c9-ba22-fffe199c93ec"
    ],
    "album": "DJ Zeph",
    "release_id": "e97d4059-2560-4742-927f-7ec13a37a411",
    "release_group_id": null,
    "labels": [
        "Wide Hive"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}