Information about plays

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

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

{
    "id": 417074,
    "uri": "https://api.kexp.org/v2/plays/417074/?format=api",
    "airdate": "2001-04-21T19:46:09-07:00",
    "show": 6961,
    "show_uri": "https://api.kexp.org/v2/shows/6961/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51P16YNAAXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51P16YNAAXL._SL75_.jpg",
    "song": "Snow",
    "track_id": "cf4a2983-09f7-4c11-9b9d-4f01ecf4a78a",
    "recording_id": null,
    "artist": "Sage",
    "artist_ids": [
        "ebcd360b-16fe-4c73-a1e1-8ab69bb63aa2"
    ],
    "album": "Forked",
    "release_id": "ffa4081b-c48b-47f2-9aab-f2fe1c735585",
    "release_group_id": null,
    "labels": [
        "Will"
    ],
    "label_ids": [
        "fd1d40c5-87f3-4def-9120-1790a4e5fae2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}