Information about plays

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

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

{
    "id": 374467,
    "uri": "https://api.kexp.org/v2/plays/374467/?format=api",
    "airdate": "2019-08-30T12:48:00-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chicken Strut",
    "track_id": "ab9a10fb-a202-3145-8d6a-f155ee0d1019",
    "recording_id": null,
    "artist": "The Meters",
    "artist_ids": [
        "851827d6-ae31-4093-a166-1420cac610a4"
    ],
    "album": "Funkify Your Life: The Meters Anthology",
    "release_id": "1bc512a3-c122-4d20-a460-9615b0bdc6a0",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [],
    "release_date": "1995-02-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Meters are a New Orleans funk band, originally formed in 1965 by Zigaboo Modeliste (drums), George Porter Jr. (bass), Leo Nocentelli (guitar), and Art Neville (keyboards).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}