Information about plays

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

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

{
    "id": 449829,
    "uri": "https://api.kexp.org/v2/plays/449829/?format=api",
    "airdate": "2001-07-28T17:13:50-07:00",
    "show": 7603,
    "show_uri": "https://api.kexp.org/v2/shows/7603/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61VknxXQCnL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61VknxXQCnL._SL75_.jpg",
    "song": "Take a Giant Step",
    "track_id": "3426ee6e-18c8-4716-8422-429afa0af59a",
    "recording_id": null,
    "artist": "Rising Sons",
    "artist_ids": [
        "e9005740-188b-4f57-bb02-a5cdafeb6a6f"
    ],
    "album": "Rising Sons Featuring Taj Mahal and Ry Cooder",
    "release_id": "2a8b212e-2a74-4a32-b30f-747cc5660c7e",
    "release_group_id": null,
    "labels": [
        "Columbia/Legacy"
    ],
    "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"
}