Information about plays

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

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

{
    "id": 1276490,
    "uri": "https://api.kexp.org/v2/plays/1276490/?format=api",
    "airdate": "2007-09-07T19:28:44-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51BXWX81DuL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51BXWX81DuL._SL75_.jpg",
    "song": "Whiskey six Years old",
    "track_id": null,
    "recording_id": null,
    "artist": "Marti Brom",
    "artist_ids": [
        "e8474317-6f6f-4585-b702-1690f7d7a594"
    ],
    "album": "Heartache Numbers",
    "release_id": "c0d72a00-2edc-4dfa-a6b5-d2b03389754f",
    "release_group_id": null,
    "labels": [],
    "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"
}