Information about plays

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

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

{
    "id": 422968,
    "uri": "https://api.kexp.org/v2/plays/422968/?format=api",
    "airdate": "2001-05-10T04:24:00-07:00",
    "show": 7088,
    "show_uri": "https://api.kexp.org/v2/shows/7088/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31E0MT48ZZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31E0MT48ZZL._SL75_.jpg",
    "song": "Wires",
    "track_id": "35db7758-bcfc-4aa6-9705-6c56a7dcfb87",
    "recording_id": null,
    "artist": "For Stars",
    "artist_ids": [
        "38351c51-8cc0-4651-9f25-5d4f0a1cac4d"
    ],
    "album": "We Are All Beautiful People",
    "release_id": "36d563ee-9179-4a01-a30a-481dff2e5853",
    "release_group_id": null,
    "labels": [
        "Future Farmer"
    ],
    "label_ids": [
        "5f7c5864-075e-4ebb-98e2-99e728ee584c"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}