Information about plays

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

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

{
    "id": 1304973,
    "uri": "https://api.kexp.org/v2/plays/1304973/?format=api",
    "airdate": "2007-11-21T07:59:36-08:00",
    "show": 22829,
    "show_uri": "https://api.kexp.org/v2/shows/22829/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dno-KxlZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dno-KxlZL._SL75_.jpg",
    "song": "Business Time",
    "track_id": null,
    "recording_id": null,
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "8c40d05a-5a15-4f6e-95a9-fdab723680a2"
    ],
    "album": "The Distant Future",
    "release_id": "fe62681a-9e24-4e14-8fcf-3fd685b0af54",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}