Information about plays

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

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

{
    "id": 2677662,
    "uri": "https://api.kexp.org/v2/plays/2677662/?format=api",
    "airdate": "2019-12-24T20:12:31-08:00",
    "show": 46218,
    "show_uri": "https://api.kexp.org/v2/shows/46218/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chatuye",
    "track_id": "f2786b18-4b2c-49e1-9cc4-b41ce37c0758",
    "recording_id": null,
    "artist": "The Garifuna Collective",
    "artist_ids": [
        "748fefbb-93a8-456e-b087-d94690f6d68c"
    ],
    "album": "Aban",
    "release_id": "74c4d7d1-3659-4452-ba1e-0942a46fefda",
    "release_group_id": null,
    "labels": [
        "Stonetree Records"
    ],
    "label_ids": [
        "f4d42928-eef5-4649-b981-c0a0bea3b0d9"
    ],
    "release_date": "2019-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "With a lineup that consists of the best musicians in the fertile Garifuna music scene of Belize, Honduras and Guatemala, The Garifuna Collective promises to carry the torch of cultural preservation and promotion passed on by their late front man Andy Palacio far into the future. Check them out performing LIVE in KEXP studios https://www.youtube.com/watch?v=SzA94_1JIPg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}