Information about plays

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

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

{
    "id": 499384,
    "uri": "https://api.kexp.org/v2/plays/499384/?format=api",
    "airdate": "2001-12-22T04:08:00-08:00",
    "show": 8569,
    "show_uri": "https://api.kexp.org/v2/shows/8569/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zPc-CEh0L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zPc-CEh0L._SL75_.jpg",
    "song": "Umbilical",
    "track_id": null,
    "recording_id": null,
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Among My Swan",
    "release_id": "3ee6bd30-4a23-40cb-9958-d0c321ccdff3",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}