Information about plays

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

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

{
    "id": 1360607,
    "uri": "https://api.kexp.org/v2/plays/1360607/?format=api",
    "airdate": "2008-04-10T19:00:32-07:00",
    "show": 23759,
    "show_uri": "https://api.kexp.org/v2/shows/23759/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51qOY0zQqfL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51qOY0zQqfL._SL75_.jpg",
    "song": "Last In A Long Lonesome Line",
    "track_id": "89eb412a-4bff-40c4-8ceb-a7017a77ce66",
    "recording_id": null,
    "artist": "Patty Loveless",
    "artist_ids": [
        "e6cb4a73-6253-41c9-9450-f1862d30584e"
    ],
    "album": "On Your Way Home",
    "release_id": "75c4fe9b-da02-401b-bdd3-5aec4ae594cf",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}