Information about plays

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

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

{
    "id": 380734,
    "uri": "https://api.kexp.org/v2/plays/380734/?format=api",
    "airdate": "2019-09-14T10:06:45-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mr. Music",
    "track_id": null,
    "recording_id": null,
    "artist": "The Upsetters",
    "artist_ids": [
        "7bcf8b20-72a6-48b1-bad3-b28869090dda"
    ],
    "album": "Arkology",
    "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": "Nectar & SolidSound present: LEE \"SCRATCH\" PERRY + SUBATOMIC SOUND SYSTEM on Wednesday, October 30th https://www.eventbrite.com/e/lee-scratch-perry-subatomic-sound-system-tickets-72182952153",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}