Information about plays

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

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

{
    "id": 1386948,
    "uri": "https://api.kexp.org/v2/plays/1386948/?format=api",
    "airdate": "2008-06-18T02:54:16-07:00",
    "show": 24212,
    "show_uri": "https://api.kexp.org/v2/shows/24212/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51J4Y0qU%2BdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51J4Y0qU%2BdL._SL75_.jpg",
    "song": "The American War",
    "track_id": "bd6b4aa8-5eec-467d-a4e6-a70daa8bd6fd",
    "recording_id": null,
    "artist": "Simone White",
    "artist_ids": [
        "d7c3d696-9630-4d36-8c26-62aef9741cb2"
    ],
    "album": "I Am the Man",
    "release_id": "cb034148-43df-4dad-900f-4705bcdfdb09",
    "release_group_id": null,
    "labels": [
        "Honest Jon's Records"
    ],
    "label_ids": [
        "5ee68d72-8ae8-4226-be37-a11aac89a6db"
    ],
    "release_date": "2007-06-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}