Information about plays

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

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

{
    "id": 431213,
    "uri": "https://api.kexp.org/v2/plays/431213/?format=api",
    "airdate": "2001-06-04T11:56:00-07:00",
    "show": 7253,
    "show_uri": "https://api.kexp.org/v2/shows/7253/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nz9yilDrL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nz9yilDrL._SL75_.jpg",
    "song": "The River",
    "track_id": "8e43995c-fd93-47dc-b844-15bd04921138",
    "recording_id": null,
    "artist": "PJ Harvey",
    "artist_ids": [
        "e795e03d-b5d5-4a5f-834d-162cfb308a2c"
    ],
    "album": "Is This Desire?",
    "release_id": "d6b5676c-891b-44cf-847d-3ed1a9ce30b3",
    "release_group_id": null,
    "labels": [
        "Island Records"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1998-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}