Information about plays

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

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

{
    "id": 353601,
    "uri": "https://api.kexp.org/v2/plays/353601/?format=api",
    "airdate": "2019-07-12T20:29:00-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Noon",
    "track_id": "4bd4f217-b84e-3ecd-8519-f4558bba4c7e",
    "recording_id": null,
    "artist": "DJ Shadow",
    "artist_ids": [
        "efa2c11a-1a35-4b60-bc1b-66d37de88511"
    ],
    "album": "Preemptive Strike",
    "release_id": "04ef2466-07aa-3511-817e-8a18045229e2",
    "release_group_id": null,
    "labels": [
        "Mo Wax"
    ],
    "label_ids": [],
    "release_date": "1998-01-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://djshadow.com/discography/dj-shadow-preemptive-strike/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}