Information about plays

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

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

{
    "id": 426517,
    "uri": "https://api.kexp.org/v2/plays/426517/?format=api",
    "airdate": "2001-05-21T09:33:20-07:00",
    "show": 7161,
    "show_uri": "https://api.kexp.org/v2/shows/7161/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XK4KBVAFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XK4KBVAFL._SL75_.jpg",
    "song": "A Rush and a Push and the Land Is Ours",
    "track_id": null,
    "recording_id": null,
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Strangeways, Here We Come",
    "release_id": "004dfc26-36b4-4bf7-a51e-4146b7a415d4",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1987-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}