Information about plays

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

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

{
    "id": 1288737,
    "uri": "https://api.kexp.org/v2/plays/1288737/?format=api",
    "airdate": "2007-10-09T05:16:00-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/616XJED705L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/616XJED705L._SL75_.jpg",
    "song": "Be Less Rude",
    "track_id": "9da2d875-251a-4faa-ac4d-e147285bdbbc",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "Sing the Greys",
    "release_id": "e98225b1-8ff7-4051-b842-eaddecf69140",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2006-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}