Information about plays

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

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

{
    "id": 382112,
    "uri": "https://api.kexp.org/v2/plays/382112/?format=api",
    "airdate": "2019-09-17T18:25:00-07:00",
    "show": 6361,
    "show_uri": "https://api.kexp.org/v2/shows/6361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ashabi",
    "track_id": "4f2770d0-cd6e-4e59-a282-e6d1f35f9bde",
    "recording_id": null,
    "artist": "Mashrou’ Leila",
    "artist_ids": [
        "a31becdf-7b33-4409-9eb1-3f74bd72997c"
    ],
    "album": "The Beirut School",
    "release_id": "4d12f6ad-bd48-4a7f-b4fe-878252c03a81",
    "release_group_id": null,
    "labels": [
        "SHOOP Clothing"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lebanese rock group formed in Beirout. The band started when some members cast an \"open invitation to musicians looking to jam to vent the stress caused by college and the unstable political situation.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}