Information about plays

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

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

{
    "id": 468802,
    "uri": "https://api.kexp.org/v2/plays/468802/?format=api",
    "airdate": "2001-09-22T11:06:00-07:00",
    "show": 7976,
    "show_uri": "https://api.kexp.org/v2/shows/7976/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WFC2SN6DL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WFC2SN6DL._SL75_.jpg",
    "song": "No Problem",
    "track_id": "1bb0fa02-5d03-43b6-9906-e7eb4c58c072",
    "recording_id": null,
    "artist": "Peter Metro",
    "artist_ids": [
        "8eafb911-2771-4a99-8779-da61559c5300"
    ],
    "album": "Dedicated to You",
    "release_id": "64062537-a8fe-424c-bd2a-0290c00a53e8",
    "release_group_id": null,
    "labels": [
        "Power House"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}