Information about plays

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

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

{
    "id": 346874,
    "uri": "https://api.kexp.org/v2/plays/346874/?format=api",
    "airdate": "2019-06-27T07:45:16-07:00",
    "show": 5779,
    "show_uri": "https://api.kexp.org/v2/shows/5779/?format=api",
    "image_uri": "http://coverartarchive.org/release/baeaec34-96f2-40bb-abf7-def7b12490ce/3265351461-250.jpg",
    "thumbnail_uri": "",
    "song": "1977",
    "track_id": "d5dbe937-7f7b-3939-a665-619c6aac1577",
    "recording_id": null,
    "artist": "Ana Tijoux",
    "artist_ids": [
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "1977",
    "release_id": "baeaec34-96f2-40bb-abf7-def7b12490ce",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [
        "c5d75925-ded1-448e-aa02-06ea4b8250d6"
    ],
    "release_date": "2009-03-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>1977</i> is the second album (but first U.S. debut) from this French-Chilean rapper, songwriter, and singer",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}