Information about plays

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

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

{
    "id": 431402,
    "uri": "https://api.kexp.org/v2/plays/431402/?format=api",
    "airdate": "2001-06-05T01:00:00-07:00",
    "show": 7257,
    "show_uri": "https://api.kexp.org/v2/shows/7257/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VbkWobuwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VbkWobuwL._SL75_.jpg",
    "song": "You've Got to Hide Your Love Away",
    "track_id": "108b962f-e4ed-449c-9009-c45239910f08",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Anthology 2 (disc 1)",
    "release_id": "4ffd6b33-61ca-43c6-b30c-978fefe1ed90",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-03-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}