Information about plays

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

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

{
    "id": 1308356,
    "uri": "https://api.kexp.org/v2/plays/1308356/?format=api",
    "airdate": "2007-11-29T21:22:35-08:00",
    "show": 22885,
    "show_uri": "https://api.kexp.org/v2/shows/22885/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NN18HMNBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NN18HMNBL._SL75_.jpg",
    "song": "The Body",
    "track_id": null,
    "recording_id": null,
    "artist": "The Raincoats",
    "artist_ids": [
        "42201355-08b7-43b6-a7b8-866f612e1600"
    ],
    "album": "Moving",
    "release_id": "dac2c932-c4e4-461d-be00-122a1214b97f",
    "release_group_id": null,
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "71247f6b-fd24-4a56-89a2-23512f006f0c"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}