Information about plays

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

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

{
    "id": 1294808,
    "uri": "https://api.kexp.org/v2/plays/1294808/?format=api",
    "airdate": "2007-10-24T20:40:06-07:00",
    "show": 22652,
    "show_uri": "https://api.kexp.org/v2/shows/22652/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/319Z6HV3XFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/319Z6HV3XFL._SL75_.jpg",
    "song": "Thinking",
    "track_id": "5e057c48-451c-4da7-94b6-110e32a2b1f5",
    "recording_id": null,
    "artist": "Charlie Pierce",
    "artist_ids": [
        "f80ff564-cbd5-4ee2-8ac8-2bc3708e0701"
    ],
    "album": "The Songs of Fred Eaglesmith :: A Tribute",
    "release_id": "76dfb542-3e4a-44ad-a58f-e449f55faa78",
    "release_group_id": null,
    "labels": [
        "TwangOff"
    ],
    "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"
}