Information about plays

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

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

{
    "id": 445410,
    "uri": "https://api.kexp.org/v2/plays/445410/?format=api",
    "airdate": "2001-07-15T23:16:21-07:00",
    "show": 7522,
    "show_uri": "https://api.kexp.org/v2/shows/7522/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51lorqUNZuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51lorqUNZuL._SL75_.jpg",
    "song": "Maze Hint",
    "track_id": "d3591fe7-6605-4d7c-8748-305b610c162b",
    "recording_id": null,
    "artist": "Matthew Shipp",
    "artist_ids": [
        "462e95c6-80e9-42e4-8ac0-ed913711c40a"
    ],
    "album": "Matthew Shipp's New Orbit",
    "release_id": "21d35a13-aa7a-40ff-8804-13b27a3c9524",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}