Information about plays

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

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

{
    "id": 1309866,
    "uri": "https://api.kexp.org/v2/plays/1309866/?format=api",
    "airdate": "2007-12-03T18:46:39-08:00",
    "show": 22913,
    "show_uri": "https://api.kexp.org/v2/shows/22913/?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": "Maraou oran",
    "track_id": "49e40b83-444b-4e7f-bb4d-6ee0888f15bc",
    "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": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}