Information about plays

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

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

{
    "id": 532394,
    "uri": "https://api.kexp.org/v2/plays/532394/?format=api",
    "airdate": "2002-03-29T02:17:30-08:00",
    "show": 9216,
    "show_uri": "https://api.kexp.org/v2/shows/9216/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/3111B3HDYCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/3111B3HDYCL._SL75_.jpg",
    "song": "Hither and Zither",
    "track_id": "866ccac3-2d86-438a-88c8-1e80cc140a14",
    "recording_id": null,
    "artist": "Audio Active and Laraaji",
    "artist_ids": [
        "b0a16561-b9f0-457a-ae84-840df16372ff"
    ],
    "album": "The Way Out Is the Way In",
    "release_id": "b14586ed-af16-41a0-ac39-24dfc3a02746",
    "release_group_id": null,
    "labels": [
        "All Saints Records"
    ],
    "label_ids": [
        "e5e2e365-7e43-4f18-9f86-fbf1118acea3"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}