Information about plays

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

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

{
    "id": 370047,
    "uri": "https://api.kexp.org/v2/plays/370047/?format=api",
    "airdate": "2019-08-20T19:20:00-07:00",
    "show": 6168,
    "show_uri": "https://api.kexp.org/v2/shows/6168/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Vehapa'am Shir Ahava",
    "track_id": null,
    "recording_id": null,
    "artist": "Tea Packs",
    "artist_ids": [
        "faf098b9-1212-4ed6-b5c9-614fa1b0068f"
    ],
    "album": "The Romantic Collection",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anana"
    ],
    "label_ids": [],
    "release_date": "2010-08-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Teapacks (also known as Tipex) is an Israeli band that formed in 1988 in the southern Israeli city of Sderot. Each member of the band has a diverse background, and as a whole the band has Tunisian, Moroccan, Bulgarian, Romanian, Syrian, Polish, Russian, and Yemenite heritage. Teapacks gained popularity by bringing forward traditional Israeli-oriental music combined with light humorous hints.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}