Information about plays

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

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

{
    "id": 489148,
    "uri": "https://api.kexp.org/v2/plays/489148/?format=api",
    "airdate": "2001-11-22T06:00:00-08:00",
    "show": 8374,
    "show_uri": "https://api.kexp.org/v2/shows/8374/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618i5bYvxcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618i5bYvxcL._SL75_.jpg",
    "song": "Alice's Restaurant Massacree",
    "track_id": "25514df2-b34a-42e2-8dd0-a4b8ed301307",
    "recording_id": null,
    "artist": "Arlo Guthrie",
    "artist_ids": [
        "b8efe8ac-45db-4a71-bb51-c1503986172f"
    ],
    "album": "The Best of Arlo Guthrie",
    "release_id": "f7a05411-94bd-4be6-83d3-f1927a963129",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}