Information about plays

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

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

{
    "id": 1206446,
    "uri": "https://api.kexp.org/v2/plays/1206446/?format=api",
    "airdate": "2007-03-12T18:22:21-07:00",
    "show": 21152,
    "show_uri": "https://api.kexp.org/v2/shows/21152/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61OVHbpvinL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61OVHbpvinL._SL75_.jpg",
    "song": "Cler Achel",
    "track_id": null,
    "recording_id": null,
    "artist": "Tinariwen",
    "artist_ids": [
        "5c98fc12-be83-4246-ae5b-2184192913b9"
    ],
    "album": "Aman Iman: Water Is Life",
    "release_id": "9e50d45c-7dd5-4317-b87d-7d017aec7066",
    "release_group_id": null,
    "labels": [
        "World Village"
    ],
    "label_ids": [
        "5518f9d4-e198-4850-8c2c-296271a417fe"
    ],
    "release_date": "2007-03-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}