Information about plays

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

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

{
    "id": 379482,
    "uri": "https://api.kexp.org/v2/plays/379482/?format=api",
    "airdate": "2019-09-11T08:42:38-07:00",
    "show": 6317,
    "show_uri": "https://api.kexp.org/v2/shows/6317/?format=api",
    "image_uri": "http://coverartarchive.org/release/606b6e98-c195-4752-9024-3fd568f1dc42/21267333260-250.jpg",
    "thumbnail_uri": "",
    "song": "Quiet",
    "track_id": "bfe9b00a-e531-3186-a545-a381a189d7db",
    "recording_id": null,
    "artist": "The Beta Band",
    "artist_ids": [
        "0d82f0cd-107a-403f-a726-ac7287cbea65"
    ],
    "album": "Hot Shots II",
    "release_id": "606b6e98-c195-4752-9024-3fd568f1dc42",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"You can go outside where the sun & the people blind you / You can go outside where the love of the people finds you - it will find you...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}