Information about plays

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

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

{
    "id": 1274766,
    "uri": "https://api.kexp.org/v2/plays/1274766/?format=api",
    "airdate": "2007-09-03T13:10:00-07:00",
    "show": 22314,
    "show_uri": "https://api.kexp.org/v2/shows/22314/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ay8Ss%2BgTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ay8Ss%2BgTL._SL75_.jpg",
    "song": "Canary in a Coalmine",
    "track_id": null,
    "recording_id": null,
    "artist": "The Police",
    "artist_ids": [
        "9e0e2b01-41db-4008-bd8b-988977d6019a"
    ],
    "album": "Message in a Box: The Complete Recordings (disc 2)",
    "release_id": "d4230045-6631-4138-b6a7-3b5873c7d982",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-09-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}