Information about plays

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

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

{
    "id": 1335923,
    "uri": "https://api.kexp.org/v2/plays/1335923/?format=api",
    "airdate": "2008-02-07T20:32:26-08:00",
    "show": 23346,
    "show_uri": "https://api.kexp.org/v2/shows/23346/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DwRw5kjmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DwRw5kjmL._SL75_.jpg",
    "song": "I Make the Dough, You Get the Glory",
    "track_id": "018994a9-1242-41d2-a60b-9aa348922b72",
    "recording_id": null,
    "artist": "Kathleen Edwards",
    "artist_ids": [
        "7e915503-cc34-43fa-a6d7-986ff909d5e9"
    ],
    "album": "Asking for Flowers",
    "release_id": "d3443454-e117-4413-a008-92bdde7c590e",
    "release_group_id": null,
    "labels": [
        "Zoe"
    ],
    "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"
}