Information about plays

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

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

{
    "id": 424156,
    "uri": "https://api.kexp.org/v2/plays/424156/?format=api",
    "airdate": "2001-05-13T23:33:20-07:00",
    "show": 7114,
    "show_uri": "https://api.kexp.org/v2/shows/7114/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51uQuZ8wPEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51uQuZ8wPEL._SL75_.jpg",
    "song": "The Man I Love",
    "track_id": "dadf77c4-1727-4e96-9380-8a7a476a0f21",
    "recording_id": null,
    "artist": "Joe McPhee",
    "artist_ids": [
        "e8a6ad5b-bfe0-49cf-9de0-71dc78300300"
    ],
    "album": "As Serious as Your Life",
    "release_id": "730b56c9-f9c1-4851-bdf8-ae6036b578bb",
    "release_group_id": null,
    "labels": [
        "hatOLOGY"
    ],
    "label_ids": [
        "156c9783-4159-4ed5-9121-bb4a6d260dc6"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}