Information about plays

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

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

{
    "id": 499477,
    "uri": "https://api.kexp.org/v2/plays/499477/?format=api",
    "airdate": "2001-12-22T17:56:00-08:00",
    "show": 8571,
    "show_uri": "https://api.kexp.org/v2/shows/8571/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31ZSYFFKARL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31ZSYFFKARL._SL75_.jpg",
    "song": "Little Drummer Boy",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "It's Finally Christmas!",
    "release_id": "f1788dec-b6d6-4b6b-85a3-e323e8895b1a",
    "release_group_id": null,
    "labels": [
        "Tim/Kerr Records"
    ],
    "label_ids": [
        "8dd0bc73-8edc-44d3-a212-2be8caf18c92"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}