Information about plays

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

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

{
    "id": 380405,
    "uri": "https://api.kexp.org/v2/plays/380405/?format=api",
    "airdate": "2019-09-13T12:49:54-07:00",
    "show": 6330,
    "show_uri": "https://api.kexp.org/v2/shows/6330/?format=api",
    "image_uri": "http://coverartarchive.org/release/da07a173-bf3d-4e7e-995d-ce473ce83030/7142443599-250.jpg",
    "thumbnail_uri": "",
    "song": "Only Son of the Ladiesman",
    "track_id": "0de52802-cde7-382e-8fec-7ecfde1b96a2",
    "recording_id": null,
    "artist": "Father John Misty",
    "artist_ids": [
        "172053e5-a7fb-4548-a64d-c53858b5e775"
    ],
    "album": "Fear Fun",
    "release_id": "da07a173-bf3d-4e7e-995d-ce473ce83030",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}