Information about plays

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

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

{
    "id": 458388,
    "uri": "https://api.kexp.org/v2/plays/458388/?format=api",
    "airdate": "2001-08-22T12:48:45-07:00",
    "show": 7770,
    "show_uri": "https://api.kexp.org/v2/shows/7770/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51G6tQkJ7RL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51G6tQkJ7RL._SL75_.jpg",
    "song": "Parchman Farm",
    "track_id": "ab85f063-bcf2-4dcf-8bdf-f8da79c942e0",
    "recording_id": null,
    "artist": "Mose Allison",
    "artist_ids": [
        "18b76828-4b12-44c1-b8d9-ae82b22557a0"
    ],
    "album": "Mose Allison Sings",
    "release_id": "a05a60f5-c46d-456a-973f-7450e7d1c804",
    "release_group_id": null,
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "2006-07-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}