Information about plays

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

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

{
    "id": 452119,
    "uri": "https://api.kexp.org/v2/plays/452119/?format=api",
    "airdate": "2001-08-04T11:31:12-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21ZVXAVG41L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21ZVXAVG41L._SL75_.jpg",
    "song": "Cellular Phone",
    "track_id": "c1903cba-b72f-4ca6-bfb8-5c57e12c0561",
    "recording_id": null,
    "artist": "Bounty Killer",
    "artist_ids": [
        "42c7542e-71d1-488a-ba2f-9a368c9147f2"
    ],
    "album": "No Argument",
    "release_id": "0545ce82-1a17-45aa-a501-5fb6d09dcd15",
    "release_group_id": null,
    "labels": [
        "Greensleeves Records"
    ],
    "label_ids": [
        "52990ee0-c1ab-4d8b-b0cb-d930c17c7fe2"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}