Information about plays

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

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

{
    "id": 378360,
    "uri": "https://api.kexp.org/v2/plays/378360/?format=api",
    "airdate": "2019-09-08T12:57:41-07:00",
    "show": 6298,
    "show_uri": "https://api.kexp.org/v2/shows/6298/?format=api",
    "image_uri": "http://coverartarchive.org/release/3821e35f-c925-442c-9655-da06d8d34ac8/1606761051-250.jpg",
    "thumbnail_uri": "",
    "song": "Where I’m From",
    "track_id": "d6720a94-38d0-3bb2-9224-055e7645c188",
    "recording_id": null,
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Reachin’ (A New Refutation of Time and Space)",
    "release_id": "3821e35f-c925-442c-9655-da06d8d34ac8",
    "release_group_id": null,
    "labels": [
        "Pendulum Records"
    ],
    "label_ids": [
        "c3ab5351-dd5f-4536-8bf5-9927a080b507"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.facebook.com/OfficialDigablePlanets/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}