Information about plays

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

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

{
    "id": 376932,
    "uri": "https://api.kexp.org/v2/plays/376932/?format=api",
    "airdate": "2019-09-05T08:21:02-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Town Kid",
    "track_id": "240208e2-146b-480c-ad3c-46a29e709b1c",
    "recording_id": null,
    "artist": "Cuffed Up",
    "artist_ids": [
        "f3521106-11db-41cd-91f2-0a0697ca2719"
    ],
    "album": "Mother/Father / Small Town Kid",
    "release_id": "ff3c80a8-15a0-40d6-ae64-62b5c58d045d",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-07-31",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New L.A. band that formed after bonding over a love of U.K. bands IDLES and Shame. Find them here! https://cuffedup.bandcamp.com/track/small-town-kid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}