Information about plays

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

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

{
    "id": 425144,
    "uri": "https://api.kexp.org/v2/plays/425144/?format=api",
    "airdate": "2001-05-16T20:28:14-07:00",
    "show": 7132,
    "show_uri": "https://api.kexp.org/v2/shows/7132/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51-rXPMlCML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51-rXPMlCML._SL75_.jpg",
    "song": "Paper Wings",
    "track_id": "a0ea93de-1ddd-4554-a4c8-9d0f2dc68397",
    "recording_id": null,
    "artist": "Gillian Welch",
    "artist_ids": [
        "2ff49515-1701-4bac-a53a-04345893f3f3"
    ],
    "album": "Revival",
    "release_id": "cdaf7475-71ad-49e2-bcb5-492957366d48",
    "release_group_id": null,
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1996-04-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}