Information about plays

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

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

{
    "id": 1296628,
    "uri": "https://api.kexp.org/v2/plays/1296628/?format=api",
    "airdate": "2007-10-30T03:32:21-07:00",
    "show": 22685,
    "show_uri": "https://api.kexp.org/v2/shows/22685/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41A4A6ZEVNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41A4A6ZEVNL._SL75_.jpg",
    "song": "Down to the Well",
    "track_id": "550a3c4b-decd-49bb-931d-f0f922a9b3bc",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "e3b40456-d510-48a1-a338-1469669e623a"
    ],
    "album": "Bossanova",
    "release_id": "2c186990-c7c3-424c-b4a3-91c4f1751ddf",
    "release_group_id": null,
    "labels": [
        "4AD/Elektra"
    ],
    "label_ids": [],
    "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"
}