Information about plays

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

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

{
    "id": 420855,
    "uri": "https://api.kexp.org/v2/plays/420855/?format=api",
    "airdate": "2001-05-03T16:16:21-07:00",
    "show": 7042,
    "show_uri": "https://api.kexp.org/v2/shows/7042/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413n9T3xnjL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413n9T3xnjL._SL75_.jpg",
    "song": "A Northern Soul",
    "track_id": null,
    "recording_id": null,
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "A Northern Soul",
    "release_id": "5051f848-890f-4518-8971-555f93e64df5",
    "release_group_id": null,
    "labels": [
        "Vernon Yard"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}