Information about plays

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

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

{
    "id": 347261,
    "uri": "https://api.kexp.org/v2/plays/347261/?format=api",
    "airdate": "2019-06-28T03:04:00-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Henchlock",
    "track_id": null,
    "recording_id": null,
    "artist": "Oh Sees",
    "artist_ids": [
        "194272cc-dcc8-4640-a4a6-66da7d250d5c"
    ],
    "album": "Face Stabber",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Castle Face Records"
    ],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oh Sees play Timber Music Fest in Carnation July 13th! This is the first single off the new double album due out in August https://www.spin.com/2019/06/oh-sees-announce-new-album-face-stabber-release-henchlock/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}