Information about plays

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

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

{
    "id": 377399,
    "uri": "https://api.kexp.org/v2/plays/377399/?format=api",
    "airdate": "2019-09-06T08:41:21-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/d8d7147d-52a3-4457-bc30-01366f9e7f9a/17027974363-250.jpg",
    "thumbnail_uri": "",
    "song": "A Moment Apart",
    "track_id": "401ff0af-78f3-4452-b341-1edd83b0306a",
    "recording_id": null,
    "artist": "ODESZA",
    "artist_ids": [
        "2e222fce-02ae-4221-b1c6-3c3242b423b6"
    ],
    "album": "A Moment Apart",
    "release_id": "d8d7147d-52a3-4457-bc30-01366f9e7f9a",
    "release_group_id": null,
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2017-09-08",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Today is the anniversary of Odesza's 2012 release, \"Summer's Gone.\"  Watch a live KEXP in-studio performance from 2017: https://www.youtube.com/watch?v=aGVU_1Udhrs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}