Information about plays

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

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

{
    "id": 428783,
    "uri": "https://api.kexp.org/v2/plays/428783/?format=api",
    "airdate": "2001-05-28T05:00:00-07:00",
    "show": 7206,
    "show_uri": "https://api.kexp.org/v2/shows/7206/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always is my Name",
    "track_id": "78347f27-13be-47a8-92a3-c3d6291d0443",
    "recording_id": null,
    "artist": "The Valentine Six",
    "artist_ids": [
        "7be782a0-8101-44ae-b9bc-aca6e86531d9"
    ],
    "album": "The Valentine Six",
    "release_id": "91d0d819-e6c2-4b85-a626-3b146397f0dc",
    "release_group_id": null,
    "labels": [
        "Murder Beat"
    ],
    "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"
}