Information about plays

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

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

{
    "id": 425923,
    "uri": "https://api.kexp.org/v2/plays/425923/?format=api",
    "airdate": "2001-05-19T03:21:49-07:00",
    "show": 7146,
    "show_uri": "https://api.kexp.org/v2/shows/7146/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61%2Bg6tcOc-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61%2Bg6tcOc-L._SL75_.jpg",
    "song": "Birds of Fire",
    "track_id": "0794969f-b218-4b8a-b687-e4c7a12c502d",
    "recording_id": null,
    "artist": "Mahavishnu Orchestra",
    "artist_ids": [
        "a2be74f5-0735-46f7-a295-7e41aab30029"
    ],
    "album": "Birds of Fire",
    "release_id": "519fb75c-3c49-4637-a931-d14f39b45b68",
    "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"
}