Information about plays

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

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

{
    "id": 449467,
    "uri": "https://api.kexp.org/v2/plays/449467/?format=api",
    "airdate": "2001-07-27T15:54:32-07:00",
    "show": 7597,
    "show_uri": "https://api.kexp.org/v2/shows/7597/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/418K7AS6V4L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/418K7AS6V4L._SL75_.jpg",
    "song": "Ohureo",
    "track_id": "e4058065-ef70-4cfd-b06c-e6179865b092",
    "recording_id": null,
    "artist": "Baka Beyond",
    "artist_ids": [
        "bc30924c-1900-41c3-9a97-41a93433836f"
    ],
    "album": "The Meeting Pool",
    "release_id": "b6539e79-e988-42df-9497-ce326a0c2097",
    "release_group_id": null,
    "labels": [
        "Hannibal"
    ],
    "label_ids": [
        "7fd6a368-1932-4621-88e1-9a71929ee9b9"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}