Information about plays

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

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

{
    "id": 465499,
    "uri": "https://api.kexp.org/v2/plays/465499/?format=api",
    "airdate": "2001-09-12T15:31:45-07:00",
    "show": 7913,
    "show_uri": "https://api.kexp.org/v2/shows/7913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41MQKCKPVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41MQKCKPVNL._SL75_.jpg",
    "song": "Rasheed",
    "track_id": "76f426f0-8ff4-4e6a-8848-3146f8f0a16b",
    "recording_id": null,
    "artist": "Sir Richard Bishop",
    "artist_ids": [
        "a444f8ff-2f8b-438b-a680-32c1f393244b"
    ],
    "album": "Salvador Kali",
    "release_id": "d3cdfc15-d51e-4025-97ec-e034cae6f150",
    "release_group_id": null,
    "labels": [
        "Revenant"
    ],
    "label_ids": [
        "483edb6f-628c-4acc-b881-3337bfb9faeb"
    ],
    "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"
}