Information about plays

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

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

{
    "id": 1315320,
    "uri": "https://api.kexp.org/v2/plays/1315320/?format=api",
    "airdate": "2007-12-17T17:01:33-08:00",
    "show": 23003,
    "show_uri": "https://api.kexp.org/v2/shows/23003/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41NRHMEDHHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41NRHMEDHHL._SL75_.jpg",
    "song": "Beautiful Flowers (feat. Prince Po, Yusef Lateef and Dwight Trible)",
    "track_id": "4d367117-a482-46ea-bcf3-e14eb86a0c39",
    "recording_id": null,
    "artist": "AmmonContact",
    "artist_ids": [
        "56805268-cec3-4820-9a32-e2f7ace247c6"
    ],
    "album": "With Voices",
    "release_id": "e7e90340-005d-427d-95b6-c090ec958fe9",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2006-05-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}