Information about plays

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

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

{
    "id": 1356423,
    "uri": "https://api.kexp.org/v2/plays/1356423/?format=api",
    "airdate": "2008-03-31T05:32:13-07:00",
    "show": 23690,
    "show_uri": "https://api.kexp.org/v2/shows/23690/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51WWxBSFVbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51WWxBSFVbL._SL75_.jpg",
    "song": "Tallyatidagh",
    "track_id": "170cfb4c-1586-41c3-a6e1-4b4a0d0db1e9",
    "recording_id": null,
    "artist": "Toumast",
    "artist_ids": [
        "c5fe29c1-ce10-48a0-ae88-0b23fb9c65be"
    ],
    "album": "Ishumar",
    "release_id": "d1423330-69b3-42ba-b446-606c22e01afa",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2007-07-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}