Information about plays

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

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

{
    "id": 1303336,
    "uri": "https://api.kexp.org/v2/plays/1303336/?format=api",
    "airdate": "2007-11-16T22:45:48-08:00",
    "show": 22799,
    "show_uri": "https://api.kexp.org/v2/shows/22799/?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": "Don't Stand So Close to Me",
    "track_id": "72937047-6706-4f15-8857-d0284566cd29",
    "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 and m"
    ],
    "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"
}