Information about plays

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

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

{
    "id": 420555,
    "uri": "https://api.kexp.org/v2/plays/420555/?format=api",
    "airdate": "2001-05-02T18:42:00-07:00",
    "show": 7037,
    "show_uri": "https://api.kexp.org/v2/shows/7037/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216HMW4X6ZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216HMW4X6ZL._SL75_.jpg",
    "song": "Baby Work Out",
    "track_id": null,
    "recording_id": null,
    "artist": "Jackie Wilson",
    "artist_ids": [
        "f0bf4fa0-028e-452f-82d3-7d4375e105dd"
    ],
    "album": "The Very Best of Jackie Wilson",
    "release_id": "6fce48e6-78d6-43ed-8bfb-1eb0106e7eaa",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}