Information about plays

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

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

{
    "id": 532664,
    "uri": "https://api.kexp.org/v2/plays/532664/?format=api",
    "airdate": "2002-03-29T20:00:00-08:00",
    "show": 9222,
    "show_uri": "https://api.kexp.org/v2/shows/9222/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/617DnxJ10sL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/617DnxJ10sL._SL75_.jpg",
    "song": "Ain't Got All Night",
    "track_id": "e8e56176-eb11-452f-b511-1a77688ac360",
    "recording_id": null,
    "artist": "The Twistin' Tarantulas",
    "artist_ids": [
        "8d67bfca-e9f9-4b36-92bc-fd67eb60ed76"
    ],
    "album": "Attack of the Twistin' Tarantulas",
    "release_id": "fb265553-4917-4b4b-a648-9b12d436bab0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}