Information about plays

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

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

{
    "id": 531296,
    "uri": "https://api.kexp.org/v2/plays/531296/?format=api",
    "airdate": "2002-03-26T08:13:41-08:00",
    "show": 9199,
    "show_uri": "https://api.kexp.org/v2/shows/9199/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/416RS0G8P6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/416RS0G8P6L._SL75_.jpg",
    "song": "Jack the Ripper",
    "track_id": "3b6bf2f6-9cb7-45b0-b1f6-3ad2f2e82ea3",
    "recording_id": null,
    "artist": "Morrissey",
    "artist_ids": [
        "013fa897-86db-41d3-8e9f-386c8a34f4e6"
    ],
    "album": "My Early Burglary Years",
    "release_id": "51cf1719-e71d-4c59-8b1f-a0d2cb1d611b",
    "release_group_id": null,
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1998-10-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}