Information about plays

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

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

{
    "id": 476224,
    "uri": "https://api.kexp.org/v2/plays/476224/?format=api",
    "airdate": "2001-10-14T10:47:08-07:00",
    "show": 8119,
    "show_uri": "https://api.kexp.org/v2/shows/8119/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NW39Y7DDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NW39Y7DDL._SL75_.jpg",
    "song": "Gallows Tree (Gallows Pole)",
    "track_id": "0aeb2fb8-0edf-4a71-97dd-690cbefe0fcf",
    "recording_id": null,
    "artist": "Odetta",
    "artist_ids": [
        "e81906c6-cba2-44ec-9e39-29737754d809"
    ],
    "album": "Absolutely the Best",
    "release_id": "a10410df-a229-47af-89eb-59d0e007941f",
    "release_group_id": null,
    "labels": [
        "Fuel 2000 Records"
    ],
    "label_ids": [
        "8d5f7bb6-74a7-441d-aebb-ed112f5d9f19"
    ],
    "release_date": "2000-09-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}