Information about plays

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

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

{
    "id": 506032,
    "uri": "https://api.kexp.org/v2/plays/506032/?format=api",
    "airdate": "2002-01-11T13:09:00-08:00",
    "show": 8702,
    "show_uri": "https://api.kexp.org/v2/shows/8702/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513K2-HwqxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513K2-HwqxL._SL75_.jpg",
    "song": "Rotten Egg",
    "track_id": "dec0faf1-1d62-4a22-9afc-4aec5a36ce07",
    "recording_id": null,
    "artist": "Gas Huffer",
    "artist_ids": [
        "87bcfd2a-72c7-4c59-b2d6-873cb2e76ca6"
    ],
    "album": "Just Beautiful Music",
    "release_id": "35f33fb4-1265-4d4f-93eb-45179b120240",
    "release_group_id": null,
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "1998-04-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}