Information about plays

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

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

{
    "id": 1302344,
    "uri": "https://api.kexp.org/v2/plays/1302344/?format=api",
    "airdate": "2007-11-14T12:28:52-08:00",
    "show": 22784,
    "show_uri": "https://api.kexp.org/v2/shows/22784/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41HV1QqkxlL._SL75_.jpg",
    "song": "Dark Eyes",
    "track_id": "891f20a2-ddba-4083-874e-2bdca35eea18",
    "recording_id": null,
    "artist": "Calexico and Iron and Wine",
    "artist_ids": [],
    "album": "I'm Not There (disc 1)",
    "release_id": "07101eab-49ae-47c3-b732-cfd9f5d81ed4",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2007-10-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}