Information about plays

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

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

{
    "id": 376202,
    "uri": "https://api.kexp.org/v2/plays/376202/?format=api",
    "airdate": "2019-09-03T20:14:00-07:00",
    "show": 6263,
    "show_uri": "https://api.kexp.org/v2/shows/6263/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Grahabeda Varnam",
    "track_id": null,
    "recording_id": null,
    "artist": "Ganesh Rajagopalan",
    "artist_ids": [
        "a6c776a0-c661-442f-97a1-cdcf2d057702"
    ],
    "album": "Gruha Home",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "India. A master violinist and vocalist of Carnatic music, Rajagopalan is known in India and worldwide  for his innovative approach to music-making, in which he combines his technique and background with various forms of music ranging from Hindustani to jazz, folk, blues, and much more. He was Visiting Artist for the UW School of Music department of Ethnomusicology. See him LIVE October 19 at Town Hall",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}