Information about plays

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

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

{
    "id": 475278,
    "uri": "https://api.kexp.org/v2/plays/475278/?format=api",
    "airdate": "2001-10-11T14:14:07-07:00",
    "show": 8100,
    "show_uri": "https://api.kexp.org/v2/shows/8100/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HCJRDFKZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HCJRDFKZL._SL75_.jpg",
    "song": "Free Will and Testament",
    "track_id": "95133a3c-94f9-4c02-8160-1b1e5829fb49",
    "recording_id": null,
    "artist": "Robert Wyatt",
    "artist_ids": [
        "9f041c61-f382-4048-a1f1-33105124bb99"
    ],
    "album": "Shleep",
    "release_id": "bcdf7dd5-a51f-4f11-a79e-ad467639ed2a",
    "release_group_id": null,
    "labels": [
        "Thirsty Ear"
    ],
    "label_ids": [
        "f68e4031-f778-410c-be2d-42f9b25af7ad"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}