Information about plays

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

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

{
    "id": 423132,
    "uri": "https://api.kexp.org/v2/plays/423132/?format=api",
    "airdate": "2001-05-10T14:53:20-07:00",
    "show": 7091,
    "show_uri": "https://api.kexp.org/v2/shows/7091/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51t8MMGMBbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51t8MMGMBbL._SL75_.jpg",
    "song": "Love-A-Rama",
    "track_id": "63ada405-11d5-4dfc-bb67-4e6a7376802e",
    "recording_id": null,
    "artist": "Southern Culture On The Skids",
    "artist_ids": [
        "90c88f94-8b70-49fd-9726-cadf4306ef42"
    ],
    "album": "Plastic Seat Sweat",
    "release_id": "db1d46bf-a9da-4c9a-8283-7a71e5afde47",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}