Information about plays

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

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

{
    "id": 455308,
    "uri": "https://api.kexp.org/v2/plays/455308/?format=api",
    "airdate": "2001-08-13T21:15:00-07:00",
    "show": 7710,
    "show_uri": "https://api.kexp.org/v2/shows/7710/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51fTj77BrIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51fTj77BrIL._SL75_.jpg",
    "song": "In It for the Money",
    "track_id": null,
    "recording_id": null,
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "In It for the Money",
    "release_id": "96f6f90e-d831-4f37-bf72-ce2982e459fb",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-05-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}