Information about plays

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

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

{
    "id": 382858,
    "uri": "https://api.kexp.org/v2/plays/382858/?format=api",
    "airdate": "2019-09-19T07:15:44-07:00",
    "show": 6370,
    "show_uri": "https://api.kexp.org/v2/shows/6370/?format=api",
    "image_uri": "http://coverartarchive.org/release/3c1d5669-ae58-33db-b98d-ef346b55acc7/15103768814-250.jpg",
    "thumbnail_uri": "",
    "song": "Arpeggiator",
    "track_id": "63604cac-89c0-3abb-90a5-f3ba203bb7f3",
    "recording_id": null,
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "End Hits",
    "release_id": "3c1d5669-ae58-33db-b98d-ef346b55acc7",
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1998-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Described by AllMusic as \"the thinking person's hardcore band\", Fugazi formed in Washington, D.C. in 1987. 'End Hits' is their fifth album, released in 1998",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}