Information about plays

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

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

{
    "id": 533582,
    "uri": "https://api.kexp.org/v2/plays/533582/?format=api",
    "airdate": "2002-04-01T17:08:33-08:00",
    "show": 9243,
    "show_uri": "https://api.kexp.org/v2/shows/9243/?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": "Rubber & Glue",
    "track_id": "ef31d782-ae31-4b06-aea5-be1e783d539c",
    "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"
}