Information about plays

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

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

{
    "id": 1274333,
    "uri": "https://api.kexp.org/v2/plays/1274333/?format=api",
    "airdate": "2007-09-02T10:53:00-07:00",
    "show": 22306,
    "show_uri": "https://api.kexp.org/v2/shows/22306/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A0QM0RNWL._SL75_.jpg",
    "song": "The Chokin' Kind",
    "track_id": "e7ba8918-fce8-4ae9-a144-1d2bc1396c66",
    "recording_id": null,
    "artist": "Joe Simon",
    "artist_ids": [
        "b7635355-a40d-4b08-b441-71aa91017bfd"
    ],
    "album": "Beg, Scream & Shout! The Big Ol' Box of '60s Soul (Scream 2)",
    "release_id": "0516624d-6f07-4d9c-8499-c5653a9bc0cb",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1997-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}