Information about plays

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

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

{
    "id": 420173,
    "uri": "https://api.kexp.org/v2/plays/420173/?format=api",
    "airdate": "2001-05-01T17:25:15-07:00",
    "show": 7030,
    "show_uri": "https://api.kexp.org/v2/shows/7030/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/619RVKpBYHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/619RVKpBYHL._SL75_.jpg",
    "song": "Crowns",
    "track_id": "19dc93ff-e842-40ed-8e34-2355f9e32d10",
    "recording_id": null,
    "artist": "Money Mark",
    "artist_ids": [
        "9641c354-53da-4fd5-b8ee-d52e8e1e7e7e"
    ],
    "album": "Push the Button",
    "release_id": "b5c60cf3-e6e4-4674-9a6e-95bd5ad73d3b",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [
        "a9060093-ba38-4894-994d-efb808d2d586"
    ],
    "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"
}