Information about plays

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

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

{
    "id": 500218,
    "uri": "https://api.kexp.org/v2/plays/500218/?format=api",
    "airdate": "2001-12-25T09:39:00-08:00",
    "show": 8589,
    "show_uri": "https://api.kexp.org/v2/shows/8589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not Real",
    "track_id": "ba5ed110-fac8-4616-b742-ee4ff551c8f5",
    "recording_id": null,
    "artist": "Woozyhelmet",
    "artist_ids": [
        "fe63589b-435f-414b-9bf0-4771bf791cef"
    ],
    "album": "Woozyhelmet",
    "release_id": "4d1403ab-1e8c-4749-876e-6acba31e6883",
    "release_group_id": null,
    "labels": [
        "self-released"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}