Information about plays

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

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

{
    "id": 2682918,
    "uri": "https://api.kexp.org/v2/plays/2682918/?format=api",
    "airdate": "2020-01-06T16:50:17-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1cc7a08-5069-4e29-808d-d5608707c900/4891754931-250.jpg",
    "thumbnail_uri": "",
    "song": "Harvest Moon",
    "track_id": "0b3de587-9d48-3d3d-92c0-128f14cc9ac6",
    "recording_id": null,
    "artist": "Poolside",
    "artist_ids": [
        "dbfbd2a1-3f61-40b9-9558-21a96e32f721"
    ],
    "album": "Pacific Standard Time",
    "release_id": "c1cc7a08-5069-4e29-808d-d5608707c900",
    "release_group_id": null,
    "labels": [
        "Poolside Music"
    ],
    "label_ids": [
        "2fd67c0a-8ac3-4dcc-bb4e-7455af909807"
    ],
    "release_date": "2012-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young cover! Check out the original here: https://www.youtube.com/watch?v=n2MtEsrcTTs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}