Information about plays

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

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

{
    "id": 344283,
    "uri": "https://api.kexp.org/v2/plays/344283/?format=api",
    "airdate": "2019-06-21T08:07:11-07:00",
    "show": 5736,
    "show_uri": "https://api.kexp.org/v2/shows/5736/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Everyday Is Halloween",
    "track_id": "37a1dcd6-fc84-348d-92af-a3c732727567",
    "recording_id": null,
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Just Can't Get Enough: New Wave Halloween",
    "release_id": "eb1f7327-4380-49e0-a65f-4f31f35e7df4",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"(Every Day Is) Halloween\" was originally released by Wax Trax! Records in 1984 as Ministry's “comeback” single following their departure from Arista Records, with \"All Day\" on the A-side and \"(Every Day Is) Halloween\" on the B-side. Track length: 6:35",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}