Information about plays

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

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

{
    "id": 1290697,
    "uri": "https://api.kexp.org/v2/plays/1290697/?format=api",
    "airdate": "2007-10-14T00:55:38-07:00",
    "show": 22582,
    "show_uri": "https://api.kexp.org/v2/shows/22582/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61-XQMzGDCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61-XQMzGDCL._SL75_.jpg",
    "song": "Back Up Against the Wall",
    "track_id": "2974feb8-390f-4c42-96a8-16c1c4e2f315",
    "recording_id": null,
    "artist": "George Clinton and the P-Funk All Stars",
    "artist_ids": [
        "5d315a04-2b30-4916-9864-929d44c5ff4c"
    ],
    "album": "Dope Dogs",
    "release_id": "757753ac-c396-4038-85f0-a609c0177221",
    "release_group_id": null,
    "labels": [
        "IODA"
    ],
    "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"
}