Information about plays

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

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

{
    "id": 503105,
    "uri": "https://api.kexp.org/v2/plays/503105/?format=api",
    "airdate": "2002-01-02T22:10:00-08:00",
    "show": 8646,
    "show_uri": "https://api.kexp.org/v2/shows/8646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41ASRPFGDVL._SL75_.jpg",
    "song": "Dundas, Ontario",
    "track_id": "8a1ac6d6-0dc2-48cb-9846-214108133527",
    "recording_id": null,
    "artist": "Manitoba",
    "artist_ids": [
        "6907d8f2-70fd-4e8c-94d6-ce005fddba05"
    ],
    "album": "Start Breaking My Heart",
    "release_id": "b1f67a89-b472-4211-a0b1-d0a108dd5872",
    "release_group_id": null,
    "labels": [
        "THE LEAF LABEL"
    ],
    "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"
}