Information about plays

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

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

{
    "id": 1307195,
    "uri": "https://api.kexp.org/v2/plays/1307195/?format=api",
    "airdate": "2007-11-27T00:24:00-08:00",
    "show": 22867,
    "show_uri": "https://api.kexp.org/v2/shows/22867/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41vrzwYRATL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41vrzwYRATL._SL75_.jpg",
    "song": "Everybody Wants to Rule the World",
    "track_id": null,
    "recording_id": null,
    "artist": "The Bad Plus",
    "artist_ids": [
        "b9bede5d-89b6-4c43-9c45-ca3930cf4db8"
    ],
    "album": "Prog",
    "release_id": "7085bc6a-4802-455a-abc1-e765bc33183a",
    "release_group_id": null,
    "labels": [
        "Heads Up"
    ],
    "label_ids": [
        "fbd4ab15-7030-46c4-9419-217567e7c9c8"
    ],
    "release_date": "2007-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}