Information about plays

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

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

{
    "id": 503036,
    "uri": "https://api.kexp.org/v2/plays/503036/?format=api",
    "airdate": "2002-01-02T18:56:00-08:00",
    "show": 8645,
    "show_uri": "https://api.kexp.org/v2/shows/8645/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41SDVTD4TCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41SDVTD4TCL._SL75_.jpg",
    "song": "Keep Your Lamp Trimmed and Burning",
    "track_id": "d1105d75-fa69-4c0d-a292-c83fcb762ebf",
    "recording_id": null,
    "artist": "The Word",
    "artist_ids": [
        "d732e5d1-2831-44b3-a08f-c56cd5769424"
    ],
    "album": "The Word",
    "release_id": "64589c68-ba92-4120-ba80-21e5e4ce93b5",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}