Information about plays

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

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

{
    "id": 435224,
    "uri": "https://api.kexp.org/v2/plays/435224/?format=api",
    "airdate": "2001-06-16T04:41:32-07:00",
    "show": 7324,
    "show_uri": "https://api.kexp.org/v2/shows/7324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31D2058J2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31D2058J2BL._SL75_.jpg",
    "song": "Aug.",
    "track_id": "184ea754-41d2-44d8-b927-6f2be308222d",
    "recording_id": null,
    "artist": "18th Dye",
    "artist_ids": [
        "a8ff9466-806a-45f2-bfb1-ede1f6776100"
    ],
    "album": "---Crayon",
    "release_id": "30386a47-98c3-4fd8-b166-d391056b8a06",
    "release_group_id": null,
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "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"
}