Information about plays

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

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

{
    "id": 506930,
    "uri": "https://api.kexp.org/v2/plays/506930/?format=api",
    "airdate": "2002-01-14T11:28:00-08:00",
    "show": 8725,
    "show_uri": "https://api.kexp.org/v2/shows/8725/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61aer6TqAGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61aer6TqAGL._SL75_.jpg",
    "song": "TV Cops",
    "track_id": "6c8dd846-5da9-4f6e-b5a3-ae3c098e1ea2",
    "recording_id": null,
    "artist": "The Goats",
    "artist_ids": [
        "709c620b-c085-4c8c-a46b-ffc0ee8736d1"
    ],
    "album": "Tricks of the Shade",
    "release_id": "69874d28-0127-408a-a315-54b53a836a88",
    "release_group_id": null,
    "labels": [
        "Ruffhouse/Columbia"
    ],
    "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"
}